Searched refs:r_extern (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_arm64.cpp | 78 return RI.r_extern ? MachOPointer64 : MachOPointer64Anon; in getRelocationKind() 87 if (!RI.r_pcrel && RI.r_extern) { in getRelocationKind() 95 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 99 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 103 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 107 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 111 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 115 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocationKind() 119 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2) in getRelocationKind() 123 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 3) in getRelocationKind() [all …]
|
| H A D | MachO_x86_64.cpp | 65 return RI.r_extern ? MachOPointer64 : MachOPointer64Anon; in getRelocKind() 66 else if (RI.r_extern && RI.r_length == 2) in getRelocKind() 72 return RI.r_extern ? MachOPCRel32 : MachOPCRel32Anon; in getRelocKind() 75 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 79 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 83 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) in getRelocKind() 87 if (!RI.r_pcrel && RI.r_extern) { in getRelocKind() 96 return RI.r_extern ? MachOPCRel32Minus1 : MachOPCRel32Minus1Anon; in getRelocKind() 100 return RI.r_extern ? MachOPCRel32Minus2 : MachOPCRel32Minus2Anon; in getRelocKind() 104 return RI.r_extern ? MachOPCRel32Minus4 : MachOPCRel32Minus4Anon; in getRelocKind() [all …]
|
| H A D | MachOLinkGraphBuilder.h | 177 RI.r_extern = (ARI.r_word1 >> 27) & 1; in getRelocationInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachORelocation.h | 29 bool r_extern; // variable 41 (r_extern << 4) | (r_type & 15); in getPackedFields() 50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
| /freebsd/sys/arm/include/ |
| H A D | reloc.h | 45 r_extern : 1, /* 1 if need to add symbol to value */ member
|
| /freebsd/sys/amd64/include/ |
| H A D | reloc.h | 41 r_extern : 1, /* 1 if need to add symbol to value */ member
|
| /freebsd/sys/i386/include/ |
| H A D | reloc.h | 41 r_extern : 1, /* 1 if need to add symbol to value */ member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOBuilder.h | 210 r_extern = Target.isSymbol();
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 511 if (!relocAttrs.hasAttr(RelocAttrBits::LOCAL) && !rel.r_extern) in validateRelocationInfo() 586 if (relInfo.r_extern) { in parseRelocations() 641 if (minuendInfo.r_extern) { in parseRelocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 981 uint32_t r_symbolnum : 24, r_pcrel : 1, r_length : 2, r_extern : 1, member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 813 const bool r_extern = (r_scattered ? false : in PrintRelocationEntries() local 897 if (r_extern) { in PrintRelocationEntries() 963 (unsigned int)r_address, r_pcrel, r_length, r_extern, in PrintRelocationEntries()
|