Home
last modified time | relevance | path

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

/external/elfutils/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/compiler-rt/lib/cfi/
Dcfi.cc118 if (p->d_tag == DT_SYMTAB) in find_cfi_check_in_dso()
/external/llvm/include/llvm/Support/
DELF.h1069 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/external/elfutils/src/
Delflint.c1588 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic()
1590 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic()
1595 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic()
1619 [DT_SYMTAB] = true, in check_dynamic()
1763 case DT_SYMTAB: in check_dynamic()
1842 && !has_dt[DT_SYMTAB]) in check_dynamic()
Dldgeneric.c6737 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMTAB, in ld_generic_create_outfile()
DChangeLog2899 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp964 case ELF::DT_SYMTAB: in ELFDumper()
1459 case DT_SYMTAB: in printValue()
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c855 case DT_SYMTAB: in find_dynsym()
/external/elfutils/libelf/
Delf.h706 #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()