Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_x86_64.c62 case DT_RELAENT: in _relocate()
Dreloc_ia64.S63 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
136 cmp.eq Prelaent,p0 = DT_RELAENT,d_tag
/external/syslinux/com32/include/sys/
Delfcommon.h71 #define DT_RELAENT 9 /* Size of one Rela reloc */ 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.c318 case DT_RELAENT: in resolve_symbols()
/external/kernel-headers/original/uapi/linux/
Delf.h82 #define DT_RELAENT 9 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1044 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator
/external/llvm/include/llvm/Support/
DELF.h1100 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1098 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator
/external/elfutils/src/
Delflint.c1591 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1593 [DT_RELAENT] = { [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.c6795 assert (DT_RELAENT - DT_RELA == 2); in ld_generic_create_outfile()
Dreadelf.c1733 case DT_RELAENT: 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.h708 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
/external/elfutils/libelf/
Delf.h709 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1409 case ELF::DT_RELAENT: in parseDynamicTable()
1697 case DT_RELAENT: in printValue()
/external/valgrind/perf/
Dtinycc.c636 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro