Searched refs:SHT_SYMTAB (Results 1 – 25 of 41) sorted by relevance
12
119 if (shdr->sh_type != SHT_SYMTAB) in main()
120 if (shdr->sh_type != SHT_SYMTAB) in main()
122 case SHT_SYMTAB: in handle_section()
48 [3] = SHT_SYMTAB,
86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
278 shdr->sh_type = SHT_SYMTAB; in binary_end()
101 if (shdr->sh_type == SHT_SYMTAB) in nlist()
209 case SHT_SYMTAB: in __elfw2()
57 [SHT_SYMTAB] = ELF_T_SYM,
227 symtype = SHT_SYMTAB; in arlib_add_symbols()
328 case SHT_SYMTAB: in section_can_shrink()1275 if (sections[nalloc].shdr.sh_type == SHT_SYMTAB) in copy_elided_sections()1316 if (shdr->sh_type == SHT_SYMTAB) in copy_elided_sections()1534 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()1572 if (shdr_mem.sh_type == SHT_SYMTAB) in copy_elided_sections()
305 case SHT_SYMTAB: in process_file()
188 static GElf_Word symsec_type = SHT_SYMTAB;1467 if (symsec_type == SHT_SYMTAB) in handle_elf()
787 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB)) in handle_elf()804 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()1195 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB) in handle_elf()
268 #define SHT_SYMTAB 2 macro
444 if (shdr.sh_type == SHT_SYMTAB) { in parse_elf()533 if (shdr.sh_type == SHT_SYMTAB) { in parse_elf()
719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF()889 if (shdr[i].sh_type != SHT_SYMTAB) continue; in ocVerifyImage_ELF()1038 if (shdr[i].sh_type != SHT_SYMTAB) continue; in ocGetNames_ELF()
879 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );1052 if (shdr[i].sh_type != SHT_SYMTAB) continue;1200 if (shdr[i].sh_type != SHT_SYMTAB) continue;
811 SHT_SYMTAB, in writeObjectCode()928 SHT_SYMTAB, in writeObjectCode()
171 case SHT_SYMTAB: in elf_w()322 case SHT_SYMTAB: in elf_w()
932 case SHT_SYMTAB: in CreateSections()1196 assert(symtab_hdr->sh_type == SHT_SYMTAB || in ParseSymbolTable()1729 CASE_AND_STREAM(s, SHT_SYMTAB , kStrWidth); in DumpELFSectionHeader_sh_type()
117 ELF: Type: SHT_SYMTAB
73 case ELF::SHT_SYMTAB: in dump()
577 case SHT_SYMTAB: in load_symtab()962 case SHT_SYMTAB: in find_aux_sym()
586 SHT_SYMTAB = 2, // Symbol table. enumerator