HomeSort by: relevance | last modified time | path
    Searched refs:DT_RELA (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
reloc_ia32.c 68 case DT_RELA:
reloc_aarch64.c 62 case DT_RELA:
reloc_riscv64.c 65 case DT_RELA:
reloc_x86_64.c 63 case DT_RELA:
reloc_ia64.S 63 #define DT_RELA 7 /* Address of Rela relocs */
134 cmp.eq Prela,p0 = DT_RELA,d_tag
  /src/sys/arch/i386/stand/efiboot/
self_reloc.c 59 case DT_RELA:
  /src/sys/arch/ia64/stand/ia64/efi/
start.S 47 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */
170 cmp.eq p6,p0=DT_RELA,r16 // rela section?
  /src/libexec/ld.elf_so/arch/or1k/
mdreloc.c 79 case DT_RELA:
  /src/libexec/ld.elf_so/arch/riscv/
mdreloc.c 77 case DT_RELA:
  /src/libexec/ld.elf_so/arch/vax/
mdreloc.c 66 case DT_RELA:
  /src/libexec/ld.elf_so/arch/m68k/
mdreloc.c 80 case DT_RELA:
  /src/lib/csu/common/
crt0-common.c 206 # define REL_TAG DT_RELA
  /src/libexec/ld.elf_so/
headers.c 107 case DT_RELA:
135 use_pltrela = dynp->d_un.d_val == DT_RELA;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 458 #define DT_RELA 7 /* Address of Rela relocation table */
459 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */
460 #define DT_RELAENT 9 /* Size, in bytes, of one DT_RELA entry */
  /src/libexec/ld.elf_so/arch/aarch64/
mdreloc.c 203 case DT_RELA:
  /src/libexec/ld.elf_so/arch/sh3/
mdreloc.c 76 case DT_RELA:
  /src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c 125 case DT_RELA:
  /src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c 195 case DT_RELA:
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 525 #define DT_RELA 7 /* Address of Rela relocation table */
526 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */
527 #define DT_RELAENT 9 /* Size, in bytes, of one DT_RELA entry */
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 196 case DT_RELA:
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 177 case DT_RELA:
  /src/libexec/ld.elf_so/arch/hppa/
hppa_reloc.c 205 case DT_RELA:
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 290 case DT_RELA:
  /src/tools/arm-elf2aout/sys/
exec_elf.h 681 #define DT_RELA 7 /* Address of Rela relocation table */
682 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */
683 #define DT_RELAENT 9 /* Size, in bytes, of one DT_RELA entry */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 681 #define DT_RELA 7 /* Address of Rela relocation table */
682 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */
683 #define DT_RELAENT 9 /* Size, in bytes, of one DT_RELA entry */

Completed in 26 milliseconds

1 2