Searched refs:STT_SECTION (Results 1 – 25 of 26) sorted by relevance
12
/external/llvm/lib/MC/ |
D | MCELF.cpp | 38 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in SetType() 49 Type == ELF::STT_FUNC || Type == ELF::STT_SECTION || in GetType()
|
D | ELFObjectWriter.cpp | 611 WriteSymbolEntry(SymtabF, ShndxF, 0, ELF::STT_SECTION, 0, 0, in WriteSymbolTable()
|
/external/elfutils/libebl/ |
D | eblsymboltypename.c | 76 [STT_SECTION] = "SECTION",
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 40 ELF_STT_Section = (ELF::STT_SECTION << ELF_STT_Shift),
|
/external/elfutils/ |
D | TODO | 82 ** size for STT_SECTION entries 84 The STT_SECTION entries have zero for the size but can easily get
|
D | NEWS | 615 strip: don't let STT_SECTION symbols keeps sections from being removed
|
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 116 && GELF_ST_TYPE (sym.st_info) != STT_SECTION in dwfl_module_addrsym()
|
D | ChangeLog | 420 * dwfl_module_addrsym.c: Don't use STT_SECTION, STT_FILE symbols and
|
/external/grub/stage2/ |
D | i386-elf.h | 149 #define STT_SECTION 3 macro
|
/external/elfutils/src/ |
D | unstrip.c | 358 if (shndx != i || GELF_ST_TYPE (sym->st_info) != STT_SECTION) in symtab_count_leading_section_symbols() 595 .st_info = GELF_ST_INFO (STB_LOCAL, STT_SECTION), in add_new_section_symbols() 783 if (GELF_ST_TYPE (s->info.info) == STT_SECTION && !rel) in collect_symbols() 841 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION) in compare_symbols_output() 842 - (GELF_ST_TYPE (s1->info.info) == STT_SECTION)); in compare_symbols_output() 846 if (GELF_ST_TYPE (s1->info.info) == STT_SECTION) in compare_symbols_output() 1621 && GELF_ST_TYPE (s->info.info) == STT_SECTION) in copy_elided_sections()
|
D | addr2line.c | 351 case STT_SECTION: in find_symbol()
|
D | objdump.c | 392 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in show_relocs_rel() 465 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in show_relocs_rela()
|
D | strip.c | 778 || GELF_ST_TYPE (sym->st_info) == STT_SECTION) in handle_elf() 1253 assert (GELF_ST_TYPE (sym->st_info) == STT_SECTION); in handle_elf()
|
D | i386_ld.c | 160 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION) in elf_i386_relocate_section()
|
D | ChangeLog | 438 .gnu_debuglink section to SHN_UNDEF. Drop STT_SECTION symbols for 634 update STT_SECTION symbols' st_value fields as a side effect. 637 (collect_symbols): Reset S->value for STT_SECTION symbols recorded.
|
D | ldgeneric.c | 1279 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION) in add_relocatable_file() 1427 if (XELF_ST_TYPE (sym->st_info) != STT_SECTION in add_relocatable_file() 4717 sym->st_info = XELF_ST_INFO (STB_LOCAL, STT_SECTION); in ld_generic_create_outfile() 5233 if (unlikely (XELF_ST_TYPE (sym->st_info) == STT_SECTION)) in ld_generic_create_outfile()
|
D | readelf.c | 1551 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in handle_relocs_rel() 1683 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in handle_relocs_rela()
|
D | elflint.c | 858 if (GELF_ST_TYPE (sym->st_info) == STT_SECTION in check_symtab()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 1014 case ELF::STT_SECTION: 1047 case ELF::STT_SECTION: 1132 if (ret == '?' && symb->getType() == ELF::STT_SECTION) { 1157 case ELF::STT_SECTION: 1196 symb->getType() == ELF::STT_SECTION)
|
/external/qemu/ |
D | elf.h | 212 #define STT_SECTION 3 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1171 STT_SECTION = 3, // Symbol refers to a section enumerator
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 916 case STT_SECTION: if (debug_linker>1) fprintf(stderr, "section" ); break; in ocVerifyImage_ELF()
|
/external/elfutils/libelf/ |
D | elf.h | 464 #define STT_SECTION 3 /* Symbol associated with a section */ macro
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 1077 case STT_SECTION: if (debug_linker>1) fprintf(stderr, "section" ); break;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 166 case STT_SECTION: VG_(printf)("SEC "); break; in show_raw_elf_symbol()
|
12