Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp777 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument
780 r_type == MachO::ARM_RELOC_HALF_SECTDIFF || previous_arm_half == true)) { in PrintRLength()
818 bool previous_arm_half = false; in PrintRelocationEntries() local
854 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
885 previous_arm_half = true; in PrintRelocationEntries()
887 previous_arm_half = false; in PrintRelocationEntries()
912 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
973 previous_arm_half = true; in PrintRelocationEntries()
975 previous_arm_half = false; in PrintRelocationEntries()