Home
last modified time | relevance | path

Searched refs:relocation (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DLanai.def6 // 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 DBPF.def5 // No relocation
H A DPowerPC.def84 ELF_RELOC(R_PPC_NONE, 0) /* No relocation. */
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def41 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT.
46 DYNAMIC_TAG(RELA, 7) // Address of relocation table (Rela entries).
47 DYNAMIC_TAG(RELASZ, 8) // Size of Rela relocation table.
48 DYNAMIC_TAG(RELAENT, 9) // Size of a Rela relocation entry.
56 DYNAMIC_TAG(REL, 17) // Address of relocation table (Rel entries).
57 DYNAMIC_TAG(RELSZ, 18) // Size of Rel relocation table.
58 DYNAMIC_TAG(RELENT, 19) // Size of a Rel relocation entry.
80 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.
81 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).
82 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry.
[all …]
H A DCOFF.h325 struct relocation { struct
/freebsd-13.1/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,pil-info.yaml7 title: Qualcomm peripheral image loader relocation info binding
13 The Qualcomm peripheral image loader relocation memory region, in IMEM, is
14 used for communicating remoteproc relocation information to post mortem
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp467 HANDLE_OPERAND(relocation); in emitInstructionSpecifier()
470 HANDLE_OPERAND(relocation); in emitInstructionSpecifier()
473 HANDLE_OPERAND(relocation); in emitInstructionSpecifier()
474 HANDLE_OPERAND(relocation); in emitInstructionSpecifier()
480 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier()
484 HANDLE_OPERAND(relocation); in emitInstructionSpecifier()
492 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier()
498 HANDLE_OPERAND(relocation) in emitInstructionSpecifier()
674 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier()
703 HANDLE_OPTIONAL(relocation) in emitInstructionSpecifier()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt12 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.
H A DMips64InstrInfo.td441 // where %PART may be %hi or %lo, depending on the relocation kind
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dmotorola64 >26 beshort 0 no relocation tab
65 >26 beshort !0 + relocation tab
H A Dcoff56 >>>>18 leshort &0x0001 \b, no relocation info
H A Dmsdos53 # All non-DOS EXE extensions have the relocation table more than 0x40 bytes into the file.
180 # If the relocation table is 0x40 or more bytes into the file, it's definitely
184 # Hmm, not a PE but the relocation table is too high for a traditional DOS exe,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td25 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">;
27 def expand_relocs : FF<"expand-relocs", "Expand each shown relocation to multiple lines">;
31 def relocs : FF<"relocs", "Display the relocation entries in the file">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp102 COFF::relocation Data;
194 void WriteRelocation(const COFF::relocation &R);
595 void WinCOFFObjectWriter::WriteRelocation(const COFF::relocation &R) { in WriteRelocation()
658 COFF::relocation R; in writeSection()
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DNewLLD.rst195 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 DReaders.rst132 are created by looking at the "relocation records" in the object file. If
133 a function contains a call to "malloc", there is usually a relocation record
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt318 [2]: relocation physical address
319 [3]: relocation size
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td27 def r : Flag<["-"], "r">, HelpText<"print relocation entries">;
H A DObjdumpOpts.td64 HelpText<"Display the dynamic relocation entries in the file">;
113 HelpText<"Display the relocation entries in the file">;
/freebsd-13.1/contrib/bmake/mk/
H A Dmk-files.txt193 An archive of ``.so`` objects compiled for relocation.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def155 /// of live pointers for relocation by the garbage collector. It is
/freebsd-13.1/sys/contrib/zlib/
H A DFAQ121 ld.so.1: rpm: fatal: relocation error: file /usr/local/lib/libz.so:
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td930 // fourth operand to emit a relocation on a symbol relating to this instruction.
931 // The relocation does not affect any bits of the instruction itself but is used
/freebsd-13.1/contrib/unbound/
H A Dacx_nlnetlabs.m41466 …AC_ARG_ENABLE([relro_now], AS_HELP_STRING([--enable-relro-now], [Enable full relocation binding at…
/freebsd-13.1/contrib/ldns/
H A Dacx_nlnetlabs.m41434 …AC_ARG_ENABLE([relro_now], AS_HELP_STRING([--enable-relro-now], [Enable full relocation binding at…

12