Searched refs:DT_SYMTAB (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 79 #define DT_SYMTAB 6 macro
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 118 if (p->d_tag == DT_SYMTAB) in find_cfi_check_in_dso()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1069 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1588 [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()
|
D | ldgeneric.c | 6737 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMTAB, in ld_generic_create_outfile()
|
D | ChangeLog | 2899 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 964 case ELF::DT_SYMTAB: in ELFDumper() 1459 case DT_SYMTAB: in printValue()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 855 case DT_SYMTAB: in find_dynsym()
|
/external/elfutils/libelf/ |
D | elf.h | 706 #define DT_SYMTAB 6 /* Address of symbol table */ macro
|
/external/valgrind/perf/ |
D | tinycc.c | 633 #define DT_SYMTAB 6 /* Address of symbol table */ macro 19665 put_dt(dynamic, DT_SYMTAB, s1->dynsym->sh_addr); in tcc_output_file()
|