Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp764 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument
767 r_type == MachO::ARM_RELOC_HALF_SECTDIFF || previous_arm_half == true)) { in PrintRLength()
805 bool previous_arm_half = false; in PrintRelocationEntries() local
841 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
872 previous_arm_half = true; in PrintRelocationEntries()
874 previous_arm_half = false; in PrintRelocationEntries()
899 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
960 previous_arm_half = true; in PrintRelocationEntries()
962 previous_arm_half = false; in PrintRelocationEntries()