Searched refs:DT_SYMTAB (Results 1 – 10 of 10) sorted by relevance
/external/grub/stage2/ |
D | i386-elf.h | 220 #define DT_SYMTAB 6 macro
|
/external/kernel-headers/original/linux/ |
D | elf.h | 66 #define DT_SYMTAB 6 macro
|
/external/elfutils/src/ |
D | elflint.c | 1504 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic() 1506 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1511 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic() 1535 [DT_SYMTAB] = true, in check_dynamic() 1684 case DT_SYMTAB: in check_dynamic() 1763 && !has_dt[DT_SYMTAB]) in check_dynamic()
|
D | ChangeLog | 771 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
D | ldgeneric.c | 6748 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_SYMTAB, in ld_generic_create_outfile()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1067 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 349 case DT_SYMTAB: in find_dynsym()
|
/external/qemu/ |
D | elf.h | 135 #define DT_SYMTAB 6 macro
|
/external/elfutils/libelf/ |
D | elf.h | 658 #define DT_SYMTAB 6 /* Address of symbol table */ macro
|
/external/valgrind/main/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()
|