| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | Lanai.def | 6 // No relocation 8 // 21-bit symbol relocation 10 // 21-bit symbol relocation with last two bits masked to 0 14 // General 32-bit relocation 16 // Upper 16-bits of a symbolic relocation 18 // Lower 16-bits of a symbolic relocation
|
| H A D | BPF.def | 5 // No relocation
|
| H A D | PowerPC.def | 84 ELF_RELOC(R_PPC_NONE, 0) /* No relocation. */
|
| H A D | LoongArch.def | 112 // Note that the 101 and 104 relocation numbers are defined as R_LARCH_DELETE
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 46 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT. 51 DYNAMIC_TAG(RELA, 7) // Address of relocation table (Rela entries). 52 DYNAMIC_TAG(RELASZ, 8) // Size of Rela relocation table. 53 DYNAMIC_TAG(RELAENT, 9) // Size of a Rela relocation entry. 61 DYNAMIC_TAG(REL, 17) // Address of relocation table (Rel entries). 62 DYNAMIC_TAG(RELSZ, 18) // Size of Rel relocation table. 63 DYNAMIC_TAG(RELENT, 19) // Size of a Rel relocation entry. 85 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table. 86 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries). 87 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry. [all …]
|
| H A D | COFF.h | 339 struct relocation { struct
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,pil-info.yaml | 7 title: Qualcomm peripheral image loader relocation info 13 The Qualcomm peripheral image loader relocation memory region, in IMEM, is 14 used for communicating remoteproc relocation information to post mortem
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_BIND_NOW | 3 flag set to indicate that the run-time loader should perform all relocation 10 With full RELRO the entire GOT is made read-only after performing relocation at
|
| H A D | WITHOUT_BIND_NOW | 4 Run-time relocation processing will be performed on demand.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/ |
| H A D | hip04-bootwrapper.yaml | 25 [2]: relocation physical address 26 [3]: relocation size
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 507 HANDLE_OPERAND(relocation); in emitInstructionSpecifier() 510 HANDLE_OPERAND(relocation); in emitInstructionSpecifier() 513 HANDLE_OPERAND(relocation); in emitInstructionSpecifier() 514 HANDLE_OPERAND(relocation); in emitInstructionSpecifier() 520 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier() 524 HANDLE_OPERAND(relocation); in emitInstructionSpecifier() 532 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier() 538 HANDLE_OPERAND(relocation) in emitInstructionSpecifier() 737 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier() 766 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 12 is called by the relocation model specific lowering function, using 33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model, 52 to MIPS32 to compute addresses for the static relocation model.
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | motorola | 64 >26 beshort 0 no relocation tab 65 >26 beshort !0 + relocation tab
|
| H A D | coff | 57 >>>>18 leshort &0x0001 \b, no relocation info
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ELF/ |
| H A D | start-stop-gc.rst | 31 Let that section reference ``meta`` via a relocation. 39 If a relocation is inconvenient, consider using ``__attribute__((retain))``
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 26 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">; 28 def expand_relocs : FF<"expand-relocs", "Expand each shown relocation to multiple lines">; 34 def relocs : FF<"relocs", "Display the relocation entries in the file">; 97 …ations : FF<"loader-section-relocations" , "Display the loader section relocation entries">, Group…
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sram/ |
| H A D | qcom,imem.yaml | 51 description: Peripheral image loader relocation region
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | NewLLD.rst | 195 Specifically, section-based chunks know how to read relocation tables 279 relocation table. A base relocation table consists of a list of 283 Note that this run-time relocation mechanism is much simpler than ELF.
|
| H A D | WebAssembly.rst | 109 `dynamic-no-pic` relocation models). This options is useful for linking
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 32 "relocation entries and the symbol table">; 96 HelpText<"Display the dynamic relocation entries in the file">; 156 HelpText<"Display the relocation entries in the file">;
|
| H A D | OtoolOpts.td | 27 def r : Flag<["-"], "r">, HelpText<"print relocation entries">;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
| H A D | hisilicon.txt | 318 [2]: relocation physical address 319 [3]: relocation size
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 99 COFF::relocation Data; 194 void WriteRelocation(const COFF::relocation &R); 596 void WinCOFFWriter::WriteRelocation(const COFF::relocation &R) { in WriteRelocation() 656 COFF::relocation R; in writeSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 1288 // fourth operand to emit a relocation on a symbol relating to this instruction. 1289 // The relocation does not affect any bits of the instruction itself but is used 1761 // fourth operand to emit a relocation on a symbol relating to this instruction. 1762 // The relocation does not affect any bits of the instruction itself but is used
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 202 // static relocation which doesn't need to reserve r14, r15 and r28.
|