Home
last modified time | relevance | path

Searched refs:sectdiff_r_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp807 uint32_t sectdiff_r_type = 0; in PrintRelocationEntries() local
854 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF) in PrintRelocationEntries()
860 (sectdiff_r_type == MachO::ARM_RELOC_SECTDIFF || in PrintRelocationEntries()
861 sectdiff_r_type == MachO::ARM_RELOC_LOCAL_SECTDIFF || in PrintRelocationEntries()
862 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF))) { in PrintRelocationEntries()
864 sectdiff_r_type = r_type; in PrintRelocationEntries()
867 sectdiff_r_type = 0; in PrintRelocationEntries()