| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | AArch64.def | 9 // Data relocations 16 // Static AArch64 relocations 64 // General dynamic TLS relocations 70 // Local dynamic TLS relocations 98 // Local exec TLS relocations 115 // TLS descriptor relocations 130 // Dynamic relocations 143 // PAuthABI static and dynamic relocations: defined in pauthabielf64, 247 // Dynamic relocations
|
| H A D | RISCV_nonstandard.def | 14 // nonstandard relocation codes. This can be used when parsing relocations, or
|
| H A D | M68k.def | 31 /* TLS static relocations. */
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | large_sections.rst | 46 absolute relocations instead of relative relocations, 32-bit relocations
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, " 27 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">; 41 def section_relocations : FF<"section-relocations", "Display relocations for each section shown. Th… 97 def loader_section_relocations : FF<"loader-section-relocations" , "Display the loader section relo… 110 def : Flag<["--"], "sr">, Alias<section_relocations>, HelpText<"Alias for --section-relocations">; 119 def : FF<"relocations", "Alias for --relocs">, Alias<relocs>;
|
| H A D | WasmDumper.cpp | 130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() 210 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 72 DYNAMIC_TAG(JMPREL, 23) // Address of relocations associated with PLT. 73 DYNAMIC_TAG(BIND_NOW, 24) // Process all relocations before execution. 94 // TODO: Experimental CREL relocations. LLVM will change the value and 144 // AArch64 specific dynamic table entries for RELR auth relocations as described here: 191 MIPS_DYNAMIC_TAG(MIPS_DELTA_RELOC, 0x7000001B) // Delta relocations. 195 // relocations refer to.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">; 51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">; 60 HelpText<"Remove all symbols not needed by relocations">;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 274 SmallVector<Relocation, 0> relocations; variable 276 void addReloc(const Relocation &r) { relocations.push_back(r); } in addReloc() 277 MutableArrayRef<Relocation> relocs() { return relocations; } in relocs() 278 ArrayRef<Relocation> relocs() const { return relocations; } in relocs()
|
| H A D | Options.td | 127 "Apply link-time values for dynamic relocations", 128 "Do not apply link-time values for dynamic relocations (default)">; 213 def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">; 275 …o section group members are placed to the same output section, combine their relocations as well">; 374 EEq<"pack-dyn-relocs", "Pack dynamic relocations in the given format">, 563 "Warn about using ifunc symbols with text relocations", 564 "Do not warn about using ifunc symbols with text relocations (default)">; 834 defm check_dynamic_relocations: BB<"check-dynamic-relocations", 835 "Perform additional validation of the written dynamic relocations", 836 "Do not perform additional validation of the written dynamic relocations">,
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | NewLLD.rst | 52 For example, we do not read section contents or relocations 120 - 13,000,000 relocations. 125 you have a lot of relocations and symbols for each file. 129 It is important to not waste time on relocations and symbols. 194 and how to apply relocations to them. 267 loader, so we apply relocations accordingly. Result texts and data 274 * Base relocations (COFF) 295 happen to have the same metadata, actual contents and relocations,
|
| H A D | ReleaseNotes.rst | 31 * For ``-z undefs`` (default for ``-shared``), relocations referencing undefined 32 strong symbols now behave like relocations referencing undefined weak symbols. 74 ``R_LARCH_PCALA_HI20/LO12`` and ``R_LARCH_GOT_PC_HI20/LO12`` relocations, instruction
|
| H A D | WebAssembly.rst | 64 .. option:: --compress-relocations 105 relocations that are allowed for imported data symbols. Relocations that
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | TargetImpl.h | 65 for (Relocation &r : s->relocations) { in applyBranchToBranchOptImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 528 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_begin() 538 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_begin() 554 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_end() 564 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_end() 1022 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile 1386 llvm::object::XCOFFObjectFile::relocations< 1391 llvm::object::XCOFFObjectFile::relocations<
|
| H A D | ELFObjectFile.cpp | 913 handleRels(RelaPlt->relocations(), JumpSlotReloc, ".plt"); in getPltEntries() 918 handleRels(RelaDyn->relocations(), GlobDatReloc, ".plt.got"); in getPltEntries()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 38 XCOFFObj.relocations<XCOFFSectionHeader32, XCOFFRelocation32>(Sec); in readSections()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | forth | 36 >>6 leshort x %d relocations,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 148 …pText<"When disassembling, do not print leading addresses for instructions or inline relocations">; 200 "printing relocations and printing symbols">; 204 "printing relocations and printing symbols">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 718 Expected<ArrayRef<Reloc>> relocations(const Shdr &Sec) const; 786 XCOFFObjectFile::relocations<XCOFFSectionHeader32, XCOFFRelocation32>( 789 XCOFFObjectFile::relocations<XCOFFSectionHeader64, XCOFFRelocation64>(
|
| /freebsd/contrib/elftoolchain/ |
| H A D | README.rst | 26 findtextrel Find undesired text relocations.
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 217 for (const auto &R : RelSec.relocations()) in forEachRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 4 that deal with addresses and/or relocations. These are defined in
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 89 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() 113 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | TODO.asn1 | 63 structures without relocations. E.g., for krb5_data, here's the
|