Searched refs:DT_SYMTAB (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/src/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/llvm/include/llvm/Support/ |
D | ELF.h | 994 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/elfutils/src/src/ |
D | elflint.c | 1568 [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()
|
D | ldgeneric.c | 6737 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMTAB, in ld_generic_create_outfile()
|
D | ChangeLog | 2414 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
/external/elfutils/src/libdwfl/ |
D | dwfl_module_getdwarf.c | 696 case DT_SYMTAB: in find_dynsym()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 858 case DT_SYMTAB: in printValue()
|
/external/elfutils/src/libelf/ |
D | elf.h | 680 #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()
|