HomeSort by: relevance | last modified time | path
    Searched refs:RELATIVE (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
self_reloc.c 84 case R_TYPE(RELATIVE):
85 /* Address relative to the base address. */
  /src/sys/arch/m68k/m68k/
kobj_machdep.c 88 case R_TYPE(RELATIVE):
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 143 case R_TYPE(RELATIVE): /* word32 B + A */
154 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/riscv/
mdreloc.c 92 case R_TYPE(RELATIVE): {
95 rdbg(("RELATIVE/L(%p) -> %p in <self>",
145 case R_TYPE(RELATIVE): {
149 rdbg(("RELATIVE(%p) -> %p (%s) in %s",
  /src/sys/arch/sparc/sparc/
kobj_machdep.c 49 * * the relocation is relative to the current position
51 * * the relocation is relative to the load address
56 #define _RF_P 0x20000000 /* Location relative */
58 #define _RF_B 0x08000000 /* Load address relative */
85 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
95 "GLOB_DAT", "JMP_SLOT", "RELATIVE", "UA_32"
161 if (type == R_TYPE(RELATIVE)) {
  /src/libexec/ld.elf_so/arch/or1k/
mdreloc.c 146 case R_TYPE(RELATIVE): /* <address> B + A */
148 rdbg(("RELATIVE in %s --> %p", obj->path,
226 * For now, simply treat then as relative.
  /src/libexec/ld.elf_so/arch/vax/
mdreloc.c 129 case R_TYPE(RELATIVE): /* word32 B + A */
133 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/m68k/
mdreloc.c 159 case R_TYPE(RELATIVE):
161 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/lib/csu/common/
crt0-common.c 303 case R_TYPE(RELATIVE): /* word64 B + A */
  /src/sys/arch/m68k/060sp/dist/
test.doc 91 entry should contain the address of the corresponding function RELATIVE to
fpsp.doc 97 the address of the corresponding function RELATIVE to the starting address
isp.doc 105 the address of the corresponding function RELATIVE to the starting address
  /src/libexec/ld.elf_so/arch/aarch64/
mdreloc.c 274 case R_TYPE(RELATIVE): /* word B + A */
276 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/arm/
mdreloc.c 185 case R_TYPE(RELATIVE): /* word32 B + A */
194 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/i386/
mdreloc.c 184 case R_TYPE(RELATIVE):
186 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/sh3/
mdreloc.c 173 case R_TYPE(RELATIVE):
178 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c 232 case R_TYPE(RELATIVE): /* word64 B + A */
236 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 268 case R_TYPE(RELATIVE):
274 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 67 * * the relocation is relative to the current position
69 * * the relocation is relative to the load address
74 #define _RF_P 0x20000000 /* Location relative */
76 #define _RF_B 0x08000000 /* Load address relative */
103 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
115 "GLOB_DAT", "JMP_SLOT", "RELATIVE", "UA_32",
319 * Handle relative relocs here, as an optimization.
321 if (type == R_TYPE(RELATIVE)) {
323 rdbg(("RELATIVE in %s --> %p", obj->path,
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 301 case R_TYPE(RELATIVE): /* <address> B + A */
303 rdbg(("RELATIVE in %s --> %p", obj->path,
403 * For now, simply treat then as relative.
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 187 RELATIVE "${sodium_DIR}/bin"
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 68 * * the relocation is relative to the current position
70 * * the relocation is relative to the load address
75 #define _RF_P 0x20000000 /* Location relative */
77 #define _RF_B 0x08000000 /* Load address relative */
104 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
148 "GLOB_DAT", "JMP_SLOT", "RELATIVE", "UA_32", "PLT32",
412 * Handle relative relocs here, as an optimization.
414 if (type == R_TYPE(RELATIVE)) {
416 rdbg(("RELATIVE in %s --> %p", obj->path,
596 * PC-relative pointer to the bind_0 stub at the top of th
    [all...]

Completed in 21 milliseconds