Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp555 uint32_t sectdiff_r_type = 0; in PrintRelocationEntries() local
604 sectdiff_r_type == llvm::MachO::ARM_RELOC_HALF_SECTDIFF) in PrintRelocationEntries()
610 (sectdiff_r_type == llvm::MachO::ARM_RELOC_SECTDIFF || in PrintRelocationEntries()
611 sectdiff_r_type == llvm::MachO::ARM_RELOC_LOCAL_SECTDIFF || in PrintRelocationEntries()
612 sectdiff_r_type == llvm::MachO::ARM_RELOC_HALF_SECTDIFF))) { in PrintRelocationEntries()
614 sectdiff_r_type = r_type; in PrintRelocationEntries()
618 sectdiff_r_type = 0; in PrintRelocationEntries()