| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, " 26 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">; 40 def section_relocations : FF<"section-relocations", "Display relocations for each section shown. Th… 64 def raw_relr : FF<"raw-relr", "Do not decode relocations in SHT_RELR section, display raw contents"… 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-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 232 SmallVector<Relocation, 0> relocations; variable 234 void addReloc(const Relocation &r) { relocations.push_back(r); } in addReloc() 235 MutableArrayRef<Relocation> relocs() { return relocations; } in relocs() 236 ArrayRef<Relocation> relocs() const { return relocations; } in relocs()
|
| H A D | Options.td | 117 "Apply link-time values for dynamic relocations", 118 "Do not apply link-time values for dynamic relocations (default)">; 184 def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">; 336 EEq<"pack-dyn-relocs", "Pack dynamic relocations in the given format">, 518 "Warn about using ifunc symbols with text relocations", 519 "Do not warn about using ifunc symbols with text relocations (default)">; 766 defm check_dynamic_relocations: BB<"check-dynamic-relocations", 767 "Perform additional validation of the written dynamic relocations", 768 "Do not perform additional validation of the written dynamic relocations">,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 67 DYNAMIC_TAG(JMPREL, 23) // Address of relocations associated with PLT. 68 DYNAMIC_TAG(BIND_NOW, 24) // Process all relocations before execution. 135 // AArch64 specific dynamic table entries for RELR auth relocations as described here: 182 MIPS_DYNAMIC_TAG(MIPS_DELTA_RELOC, 0x7000001B) // Delta relocations. 186 // relocations refer to.
|
| /freebsd-14.2/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 | 64 model relocations are now supported. 71 * ``R_RISCV_SET_ULEB128``/``R_RISCV_SUB_ULEB128`` relocations are now supported.
|
| H A D | WebAssembly.rst | 64 .. option:: --compress-relocations 105 relocations that are allowed for imported data symbols. Relocations that
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 31 /* TLS static relocations. */
|
| H A D | AArch64.def | 126 // Dynamic relocations start 219 // Dynamic relocations start
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFReader.cpp | 38 XCOFFObj.relocations<XCOFFSectionHeader32, XCOFFRelocation32>(Sec); in readSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 517 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_begin() 527 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_begin() 543 relocations<XCOFFSectionHeader64, XCOFFRelocation64>(*SectionEntPtr); in section_rel_end() 553 relocations<XCOFFSectionHeader32, XCOFFRelocation32>(*SectionEntPtr); in section_rel_end() 1009 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile 1372 llvm::object::XCOFFObjectFile::relocations<llvm::object::XCOFFSectionHeader64, 1376 llvm::object::XCOFFObjectFile::relocations<llvm::object::XCOFFSectionHeader32,
|
| H A D | ELFObjectFile.cpp | 776 handleRels(RelaPlt->relocations(), JumpSlotReloc, ".plt"); in getPltEntries() 781 handleRels(RelaDyn->relocations(), GlobDatReloc, ".plt.got"); in getPltEntries()
|
| /freebsd-14.2/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-14.2/contrib/file/magic/Magdir/ |
| H A D | forth | 36 >>6 leshort x %d relocations,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 209 for (const auto &R : RelSec.relocations()) in forEachRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 106 "Remove symbol <symbol> if it is not needed by relocations">, 111 "if they are not needed by relocations">,
|
| H A D | CommonOpts.td | 57 HelpText<"Remove all symbols not needed by relocations">;
|
| /freebsd-14.2/contrib/elftoolchain/ |
| H A D | README.rst | 26 findtextrel Find undesired text relocations.
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 117 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | MachOYAML.h | 59 std::vector<Relocation> relocations; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 410 if (Sec.relocations.empty()) in writeRelocations() 413 for (const MachOYAML::Relocation &R : Sec.relocations) { in writeRelocations()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 194 defm fixed : B<"fixed", "Disable base relocations", 195 "Enable base relocations (default)">;
|