Searched refs:SHT_SYMTAB (Results 1 – 8 of 8) sorted by relevance
279 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()412 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()508 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
459 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()771 case SHT_SYMTAB: in linker_load_obj_file()876 case SHT_SYMTAB: in linker_sanity_check_elf()
3848 if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()3918 } else if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
332 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
1292 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
282 #define SHT_SYMTAB 2 macro
150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
405 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
Completed in 43 milliseconds