Home
last modified time | relevance | path

Searched refs:DT_SYMENT (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.h84 #define DT_SYMENT 11 macro
/external/llvm/include/llvm/Support/
DELF.h1074 DT_SYMENT = 11, // Size of a symbol table entry. enumerator
/external/elfutils/src/
Delflint.c1590 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic()
1595 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic()
1621 [DT_SYMENT] = true in check_dynamic()
Dldgeneric.c6740 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMENT, in ld_generic_create_outfile()
Dreadelf.c1734 case DT_SYMENT: in handle_dynamic()
/external/elfutils/libelf/
Delf.h711 #define DT_SYMENT 11 /* Size of one symbol table entry */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1495 case DT_SYMENT: in printValue()
/external/valgrind/perf/
Dtinycc.c638 #define DT_SYMENT 11 /* Size of one symbol table entry */ macro
19667 put_dt(dynamic, DT_SYMENT, sizeof(Elf32_Sym)); in tcc_output_file()