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

12

/freebsd-10.0-release/sys/boot/i386/efi/
H A Dreloc.c74 case DT_RELAENT:
/freebsd-10.0-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.0-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.0-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.0-release/sys/xen/interface/
H A Delfstructs.h427 #define DT_RELAENT 9 /* size of relocation entry */ macro
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dcommon.h557 #define DT_RELAENT 9 macro
/freebsd-10.0-release/sys/sys/
H A Delf_common.h372 #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ macro
/freebsd-10.0-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-10.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h1431 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator in enum:llvm::ELF::__anon2019
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp752 case DT_RELAENT:
/freebsd-10.0-release/usr.bin/elfdump/
H A Delfdump.c181 case 9: return "DT_RELAENT";
774 case DT_RELAENT:
/freebsd-10.0-release/sys/kern/
H A Dlink_elf.c544 case DT_RELAENT:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c1525 case DT_RELAENT: return "RELAENT";
6280 case DT_RELAENT :
/freebsd-10.0-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;
H A Delf32-arm.c8738 || !add_dynamic_entry (DT_RELAENT, RELOC_SIZE (htab)))
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c903 case DT_RELAENT:

Completed in 279 milliseconds

12