Home
last modified time | relevance | path

Searched refs: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
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already variable
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachORelocation.h28 bool r_pcrel; // was relocated pc-relative already variable
38 return (1 << 31) | (r_pcrel << 30) | ((r_length & 3) << 28) | in getPackedFields()
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) | in getPackedFields()
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
/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
926 r_pcrel:1,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h917 r_pcrel:1, member
926 r_pcrel:1, member
934 r_pcrel:1,
/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
951 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp561 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries() local
583 if (r_pcrel) in PrintRelocationEntries()
630 (unsigned int)r_address, r_pcrel, r_length, r_type, in PrintRelocationEntries()
644 if (r_pcrel) in PrintRelocationEntries()
719 (unsigned int)r_address, r_pcrel, r_length, r_extern, in PrintRelocationEntries()