Home
last modified time | relevance | path

Searched defs:r_pcrel (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already variable
/external/kernel-headers/original/uapi/linux/
Da.out.h233 unsigned int r_pcrel:1; member
/external/llvm/include/llvm/Support/
DMachO.h909 r_pcrel:1, member
918 r_pcrel:1, member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h917 r_pcrel:1, member
926 r_pcrel:1, member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h942 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member
948 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp561 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local