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

12

/freebsd-9.3-release/sys/ia64/ia64/
H A Dgenassym.c70 ASSYM(DT_RELASZ, DT_RELASZ);
H A Dlocore.S243 cmp.eq p6,p0=DT_RELASZ,r16
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S162 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ define
198 cmp.eq p6,p0=DT_RELASZ,r16
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dstart.S41 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ define
147 cmp.eq p6,p0=DT_RELASZ,r16 // rela section size?
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h533 #define DT_RELASZ 8 macro
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h426 #define DT_RELASZ 8 /* size of relocation table */ macro
/freebsd-9.3-release/libexec/rtld-elf/powerpc/
H A Dreloc.c141 case DT_RELASZ:
/freebsd-9.3-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c135 case DT_RELASZ:
/freebsd-9.3-release/sys/sys/
H A Delf_common.h362 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ macro
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c334 case DT_RELASZ:
336 warnx("second DT_RELASZ entry ignored");
403 warnx("%s: inconsistent values for DT_RELASZ and "
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp744 case DT_RELASZ:
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf.c532 case DT_RELASZ:
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1623 DT_RELASZ = 8, // Size of Rela relocation table. enumerator in enum:llvm::ELF::__anon1989
/freebsd-9.3-release/usr.bin/elfdump/
H A Delfdump.c180 case 8: return "DT_RELASZ";
769 case DT_RELASZ:
/freebsd-9.3-release/sys/kern/
H A Dlink_elf.c100 int relasize; /* DT_RELASZ */
541 case DT_RELASZ:
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c2864 || !add_dynamic_entry (DT_RELASZ, 0)
4854 case DT_RELASZ:
H A Delf64-s390.c2147 || !add_dynamic_entry (DT_RELASZ, 0)
3318 case DT_RELASZ:
3321 Therefore, we override the DT_RELASZ entry here to
H A Delf64-x86-64.c1941 || !add_dynamic_entry (DT_RELASZ, 0)
3291 case DT_RELASZ:
3294 Therefore, we override the DT_RELASZ entry here to
H A Delfxx-sparc.c2327 || !add_dynamic_entry (DT_RELASZ, 0)
3835 if (htab->is_vxworks && dyn.d_tag == DT_RELASZ)
3837 /* On VxWorks, DT_RELASZ should not include the relocations
H A Delf32-arm.c8737 || !add_dynamic_entry (DT_RELASZ, 0)
9144 case DT_RELASZ:
9188 || dyn.d_tag == DT_RELASZ)
H A Delf32-ppc.c5089 || !add_dynamic_entry (DT_RELASZ, 0)
7290 case DT_RELASZ:
H A Delfxx-ia64.c3847 || !add_dynamic_entry (DT_RELASZ, 0)
5488 case DT_RELASZ:
H A Delf32-s390.c2173 || !add_dynamic_entry (DT_RELASZ, 0)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c1524 case DT_RELASZ: return "RELASZ";
4641 { "RELA", DT_RELA, DT_RELASZ, TRUE },
6277 case DT_RELASZ :
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c900 case DT_RELASZ:

Completed in 624 milliseconds

12