Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp833 uint32_t sectdiff_r_type = 0; in PrintRelocationEntries() local
880 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF) in PrintRelocationEntries()
886 (sectdiff_r_type == MachO::ARM_RELOC_SECTDIFF || in PrintRelocationEntries()
887 sectdiff_r_type == MachO::ARM_RELOC_LOCAL_SECTDIFF || in PrintRelocationEntries()
888 sectdiff_r_type == MachO::ARM_RELOC_HALF_SECTDIFF))) { in PrintRelocationEntries()
890 sectdiff_r_type = r_type; in PrintRelocationEntries()
893 sectdiff_r_type = 0; in PrintRelocationEntries()