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

12

/freebsd-10.0-release/sys/boot/i386/efi/
H A Dreloc.c64 case DT_RELA:
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/xen/interface/
H A Delfstructs.h425 #define DT_RELA 7 /* address of relocation table */ macro
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dcommon.h555 #define DT_RELA 7 macro
/freebsd-10.0-release/libexec/rtld-elf/powerpc/
H A Dreloc.c138 case DT_RELA:
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c132 case DT_RELA:
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp729 } else if (Value == DT_RELA) {
738 case DT_RELA:
/freebsd-10.0-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-10.0-release/sys/sys/
H A Delf_common.h370 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
/freebsd-10.0-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-10.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h1429 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator in enum:llvm::ELF::__anon2019
/freebsd-10.0-release/sys/boot/common/
H A Dload_elf.c543 case DT_RELA:
/freebsd-10.0-release/usr.bin/elfdump/
H A Delfdump.c179 case 7: return "DT_RELA";
772 case DT_RELA:
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c895 case DT_RELA:
909 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA);
1156 if (plttype == DT_RELA) {
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp51 /// @param type Either DT_REL or DT_RELA. Any other value is invalid.
81 else if (type == DT_RELA)
/freebsd-10.0-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:

Completed in 367 milliseconds

12