Home
last modified time | relevance | path

Searched refs:DT_SYMTAB (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/src/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h79 #define DT_SYMTAB 6 macro
/external/llvm/include/llvm/Support/
DELF.h994 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/external/elfutils/src/src/
Delflint.c1568 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic()
1570 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic()
1575 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic()
1599 [DT_SYMTAB] = true, in check_dynamic()
1736 case DT_SYMTAB: in check_dynamic()
1815 && !has_dt[DT_SYMTAB]) in check_dynamic()
Dldgeneric.c6737 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMTAB, in ld_generic_create_outfile()
DChangeLog2414 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c696 case DT_SYMTAB: in find_dynsym()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp858 case DT_SYMTAB: in printValue()
/external/elfutils/src/libelf/
Delf.h680 #define DT_SYMTAB 6 /* Address of symbol table */ macro
/external/valgrind/perf/
Dtinycc.c633 #define DT_SYMTAB 6 /* Address of symbol table */ macro
19665 put_dt(dynamic, DT_SYMTAB, s1->dynsym->sh_addr); in tcc_output_file()