Searched refs:DT_RELSZ (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/sys/boot/efi/loader/arch/amd64/
H A Dreloc.c72 case DT_RELSZ:
/freebsd-10.3-release/sys/boot/common/
H A Dself_reloc.c88 case DT_RELSZ:
H A Dload_elf.c600 case DT_RELSZ:
/freebsd-10.3-release/sys/xen/interface/
H A Delfstructs.h437 #define DT_RELSZ 18 /* size of DT_REL relocation table */ macro
/freebsd-10.3-release/libexec/rtld-elf/arm/
H A Dreloc.c101 case DT_RELSZ:
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dcommon.h567 #define DT_RELSZ 18 macro
/freebsd-10.3-release/libexec/rtld-elf/mips/
H A Dreloc.c157 case DT_RELSZ:
/freebsd-10.3-release/usr.sbin/kldxref/
H A Def.c320 case DT_RELSZ:
322 warnx("second DT_RELSZ entry ignored");
379 warnx("%s: inconsistent values for DT_RELSZ and "
/freebsd-10.3-release/usr.bin/elfdump/
H A Delfdump.c196 case DT_RELSZ: return "DT_RELSZ";
899 case DT_RELSZ:
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp748 case DT_RELSZ:
/freebsd-10.3-release/sys/sys/
H A Delf_common.h544 #define DT_RELSZ 18 /* Total size of ElfNN_Rel relocations. */ macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1633 DT_RELSZ = 18, // Size of Rel relocation table. enumerator in enum:llvm::ELF::__anon2124
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delf32-arm.c8730 || !add_dynamic_entry (DT_RELSZ, 0)
9143 case DT_RELSZ:
9151 that case. Therefore, we override the DT_RELSZ entry
9178 type = ((dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ)
9187 if (dyn.d_tag == DT_RELSZ
H A Delf32-i386.c2081 || !add_dynamic_entry (DT_RELSZ, 0)
3633 case DT_RELSZ:
3638 that case. Therefore, we override the DT_RELSZ entry
H A Delflink.c10232 case DT_RELSZ:
10234 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ)
10247 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ)
H A Delf32-score.c3104 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELSZ, 0))
H A Delfxx-mips.c7654 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELSZ, 0))
9020 case DT_RELSZ:
9021 /* Reduce DT_RELSZ to account for any relocations we
H A Delf.c1260 case DT_RELSZ: name = "RELSZ"; break;
/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c98 int relsize; /* DT_RELSZ */
525 case DT_RELSZ:
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dreadelf.c1534 case DT_RELSZ: return "RELSZ";
4640 { "REL", DT_REL, DT_RELSZ, FALSE },
6279 case DT_RELSZ :
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c908 case DT_RELSZ:

Completed in 439 milliseconds