Home
last modified time | relevance | path

Searched refs:DT_RELASZ (Results 1 – 17 of 17) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_x86_64.c58 case DT_RELASZ: in _relocate()
Dreloc_ia64.S62 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
133 cmp.eq Prelasz,p0 = DT_RELASZ,d_tag
/external/syslinux/com32/include/sys/
Delfcommon.h70 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/elfutils/tests/
Dalldts.c48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c312 case DT_RELASZ: in resolve_symbols()
/external/kernel-headers/original/uapi/linux/
Delf.h81 #define DT_RELASZ 8 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1043 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/llvm/include/llvm/Support/
DELF.h1099 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1097 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/elfutils/src/
Delflint.c1591 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1592 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1849 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1850 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
Dldgeneric.c6789 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
Dreadelf.c1730 case DT_RELASZ: in handle_dynamic()
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.gnuefi324 DT_RELASZ, and DT_RELAENT in the case of rela relocations, as is the
/external/kmod/port-gnu/
Delf.h707 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/elfutils/libelf/
Delf.h708 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1406 case ELF::DT_RELASZ: in parseDynamicTable()
1696 case DT_RELASZ: in printValue()
/external/valgrind/perf/
Dtinycc.c635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro