Home
last modified time | relevance | path

Searched refs:relocations (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--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 DWasmDumper.cpp130 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 DInputSection.h232 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 DOptions.td117 "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 DDynamicTags.def67 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 DNewLLD.rst52 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 DReleaseNotes.rst64 model relocations are now supported.
71 * ``R_RISCV_SET_ULEB128``/``R_RISCV_SUB_ULEB128`` relocations are now supported.
H A DWebAssembly.rst64 .. 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 DM68k.def31 /* TLS static relocations. */
H A DAArch64.def126 // Dynamic relocations start
219 // Dynamic relocations start
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp38 XCOFFObj.relocations<XCOFFSectionHeader32, XCOFFRelocation32>(Sec); in readSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp517 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 DELFObjectFile.cpp776 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 DObjdumpOpts.td148 …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 Dforth36 >>6 leshort x %d relocations,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h209 for (const auto &R : RelSec.relocations()) in forEachRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td106 "Remove symbol <symbol> if it is not needed by relocations">,
111 "if they are not needed by relocations">,
H A DCommonOpts.td57 HelpText<"Remove all symbols not needed by relocations">;
/freebsd-14.2/contrib/elftoolchain/
H A DREADME.rst26 findtextrel Find undesired text relocations.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt4 that deal with addresses and/or relocations. These are defined in
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp89 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 DInstrumentationMap.cpp117 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h59 std::vector<Relocation> relocations; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp410 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 DOptions.td194 defm fixed : B<"fixed", "Disable base relocations",
195 "Enable base relocations (default)">;

123