reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 2830       r_type = info->O->getScatteredRelocationType(RE);
 2832       r_type = info->O->getAnyRelocationType(RE);
 2839     if (r_type == MachO::ARM_RELOC_HALF ||
 2840         r_type == MachO::ARM_RELOC_SECTDIFF ||
 2841         r_type == MachO::ARM_RELOC_LOCAL_SECTDIFF ||
 2842         r_type == MachO::ARM_RELOC_HALF_SECTDIFF) {
 2857       switch (r_type) {
 2876     if (isExtern == 0 && (r_type == MachO::ARM_RELOC_BR24 ||
 2877                           r_type == MachO::ARM_THUMB_RELOC_BR22))
 2881     if (r_type == MachO::ARM_RELOC_HALF ||
 2882         r_type == MachO::ARM_RELOC_HALF_SECTDIFF) {
 2888     if (r_scattered && (r_type != MachO::ARM_RELOC_HALF &&
 2889                         r_type != MachO::ARM_RELOC_HALF_SECTDIFF)) {
 2894     if (r_type == MachO::ARM_RELOC_HALF_SECTDIFF) {
 2918     if (r_type == MachO::ARM_RELOC_HALF) {