Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h388 R_ABS = 0, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h388 R_ABS = 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h385 R_ABS = 0, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp2054 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp4223 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp688 if (r_symbolnum == llvm::MachO::R_ABS) in PrintRelocationEntries()