Searched refs:DT_RELA (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/sys/ia64/ia64/
H A Dgenassym.c68 ASSYM(DT_RELA, DT_RELA);
H A Dlocore.S239 cmp.eq p6,p0=DT_RELA,r16
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S161 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ define
194 cmp.eq p6,p0=DT_RELA,r16
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dstart.S40 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ define
144 cmp.eq p6,p0=DT_RELA,r16 // rela section?
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h532 #define DT_RELA 7 macro
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h425 #define DT_RELA 7 /* address of relocation table */ macro
/freebsd-9.3-release/libexec/rtld-elf/powerpc/
H A Dreloc.c138 case DT_RELA:
/freebsd-9.3-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c132 case DT_RELA:
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp710 } else if (Value == DT_RELA) {
719 case DT_RELA:
/freebsd-9.3-release/sys/kern/
H A Dlink_elf.c99 const Elf_Rela *rela; /* DT_RELA */
538 case DT_RELA:
550 if (plttype != DT_REL && plttype != DT_RELA)
561 if (plttype == DT_RELA) {
/freebsd-9.3-release/sys/sys/
H A Delf_common.h361 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c329 case DT_RELA:
331 warnx("second DT_RELA entry ignored");
394 warnx("%s: no DT_RELAENT for DT_RELA", ef->ef_name);
409 warnx("%s: cannot load DT_RELA section", ef->ef_name);
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf.c529 case DT_RELA:
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1622 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator in enum:llvm::ELF::__anon1989
/freebsd-9.3-release/usr.bin/elfdump/
H A Delfdump.c179 case 7: return "DT_RELA";
768 case DT_RELA:
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c896 case DT_RELA:
910 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA);
1161 if (plttype == DT_RELA) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c1523 case DT_RELA: return "RELA";
4641 { "RELA", DT_RELA, DT_RELASZ, TRUE },
4683 case DT_RELA:
6219 case DT_RELA :
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-s390.c2165 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
2172 if (!add_dynamic_entry (DT_RELA, 0)
H A Delf64-alpha.c2854 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
2863 if (!add_dynamic_entry (DT_RELA, 0)
H A Delf64-s390.c2139 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
2146 if (!add_dynamic_entry (DT_RELA, 0)
3320 not be included in the overall relocs (DT_RELA).
3325 about changing the DT_RELA entry. */
H A Delf64-x86-64.c1928 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
1940 if (!add_dynamic_entry (DT_RELA, 0)
3293 not be included in the overall relocs (DT_RELA).
3298 about changing the DT_RELA entry. */
H A Delfxx-sparc.c2321 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
2326 if (!add_dynamic_entry (DT_RELA, 0)
H A Delf32-arm.c8720 htab->use_rel ? DT_REL : DT_RELA)
8736 if (!add_dynamic_entry (DT_RELA, 0)
9166 case DT_RELA:
H A Delf32-ppc.c5075 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
5088 if (!add_dynamic_entry (DT_RELA, 0)
H A Delfxx-ia64.c3841 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
3846 if (!add_dynamic_entry (DT_RELA, 0)

Completed in 330 milliseconds

12