Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp790 const unsigned r_length, const bool previous_arm_half){ in PrintRLength() argument
793 r_type == MachO::ARM_RELOC_HALF_SECTDIFF || previous_arm_half == true)) { in PrintRLength()
831 bool previous_arm_half = false; in PrintRelocationEntries() local
867 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
898 previous_arm_half = true; in PrintRelocationEntries()
900 previous_arm_half = false; in PrintRelocationEntries()
925 PrintRLength(cputype, r_type, r_length, previous_arm_half); in PrintRelocationEntries()
986 previous_arm_half = true; in PrintRelocationEntries()
988 previous_arm_half = false; in PrintRelocationEntries()