Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp814 uint32_t sectdiff_r_type = 0; in PrintRelocationEntries() local
861 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF) in PrintRelocationEntries()
867 (sectdiff_r_type == MachO::ARM_RELOC_SECTDIFF || in PrintRelocationEntries()
868 sectdiff_r_type == MachO::ARM_RELOC_LOCAL_SECTDIFF || in PrintRelocationEntries()
869 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF))) { in PrintRelocationEntries()
871 sectdiff_r_type = r_type; in PrintRelocationEntries()
874 sectdiff_r_type = 0; in PrintRelocationEntries()