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

/freebsd-9.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-9.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-9.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-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h534 #define DT_RELAENT 9 macro
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h427 #define DT_RELAENT 9 /* size of relocation entry */ macro
/freebsd-9.3-release/sys/sys/
H A Delf_common.h363 #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ macro
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c339 case DT_RELAENT:
341 warnx("second DT_RELAENT entry ignored");
394 warnx("%s: no DT_RELAENT for DT_RELA", ef->ef_name);
398 warnx("%s: inconsistent DT_RELAENT value",
404 "DT_RELAENT", ef->ef_name);
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp745 case DT_RELAENT:
/freebsd-9.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::__anon1989
/freebsd-9.3-release/usr.bin/elfdump/
H A Delfdump.c181 case 9: return "DT_RELAENT";
770 case DT_RELAENT:
/freebsd-9.3-release/sys/kern/
H A Dlink_elf.c544 case DT_RELAENT:
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c1525 case DT_RELAENT: return "RELAENT";
6280 case DT_RELAENT :
/freebsd-9.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.c7628 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELAENT, 0))
8754 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;
H A Delf32-arm.c8738 || !add_dynamic_entry (DT_RELAENT, RELOC_SIZE (htab)))
H A Delf64-ppc.c8100 || !add_dynamic_entry (DT_RELAENT, sizeof (Elf64_External_Rela)))
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c904 case DT_RELAENT:

Completed in 396 milliseconds