Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dalldts.c48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h82 #define DT_RELAENT 9 macro
/external/llvm/include/llvm/Support/
DELF.h1072 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/llvm/tools/llvm-readobj/
DELFDumper.cpp952 case ELF::DT_RELAENT: in ELFDumper()
1493 case DT_RELAENT: in printValue()
/external/elfutils/libelf/
Delf.h709 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
/external/valgrind/perf/
Dtinycc.c636 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro