Searched refs:DT_RELAENT (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/sys/boot/efi/loader/arch/amd64/
H A Dreloc.c77 case DT_RELAENT:
/freebsd-10.3-release/sys/ia64/ia64/
H A Dgenassym.c69 ASSYM(DT_RELAENT, DT_RELAENT);
H A Dlocore.S257 cmp.eq p6,p0=DT_RELAENT,r16
/freebsd-10.3-release/sys/boot/common/
H A Dself_reloc.c93 case DT_RELAENT:
/freebsd-10.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S163 #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ define
202 cmp.eq p6,p0=DT_RELAENT,r16
/freebsd-10.3-release/sys/boot/ia64/efi/
H A Dstart.S42 #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ define
150 cmp.eq p6,p0=DT_RELAENT,r16 // rela entry size?
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h427 #define DT_RELAENT 9 /* size of relocation entry */ macro
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h558 #define DT_RELAENT 9 macro
/freebsd-10.3-release/usr.sbin/kldxref/
H A Def.c340 case DT_RELAENT:
342 warnx("second DT_RELAENT entry ignored");
395 warnx("%s: no DT_RELAENT for DT_RELA", ef->ef_name);
399 warnx("%s: inconsistent DT_RELAENT value",
405 "DT_RELAENT", ef->ef_name);
/freebsd-10.3-release/usr.bin/elfdump/
H A Delfdump.c187 case DT_RELAENT: return "DT_RELAENT";
896 case DT_RELAENT:
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp745 case DT_RELAENT:
/freebsd-10.3-release/sys/sys/
H A Delf_common.h534 #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1624 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator in enum:llvm::ELF::__anon2124
/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c544 case DT_RELAENT:
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c1525 case DT_RELAENT: return "RELAENT";
6280 case DT_RELAENT :
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c933 case DT_RELAENT:
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf32-s390.c2174 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf32_External_Rela)))
H A Delf64-alpha.c2865 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
H A Delf64-s390.c2148 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
H A Delf64-x86-64.c1942 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
H A Delfxx-sparc.c2328 || !add_dynamic_entry (DT_RELAENT,
H A Delfxx-mips.c7632 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELAENT, 0))
8758 case DT_RELAENT:
H A Delf32-ppc.c5090 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf32_External_Rela)))
H A Delfxx-ia64.c3848 || !add_dynamic_entry (DT_RELAENT, sizeof (ElfNN_External_Rela)))
H A Delf.c1251 case DT_RELAENT: name = "RELAENT"; break;

Completed in 251 milliseconds

12