Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp833 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument
836 r_type == MachO::ARM_RELOC_HALF_SECTDIFF || previous_arm_half == true)) { in PrintRLength()
874 bool previous_arm_half = false; in PrintRelocationEntries() local
910 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
941 previous_arm_half = true; in PrintRelocationEntries()
943 previous_arm_half = false; in PrintRelocationEntries()
968 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
1029 previous_arm_half = true; in PrintRelocationEntries()
1031 previous_arm_half = false; in PrintRelocationEntries()