Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 8 of 8) sorted by relevance

/tools/lib/bpf/
A Delf.c279 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()
A Dlinker.c459 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()
A Dlibbpf.c3848 if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
3918 } else if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
/tools/perf/util/
A Dgenelf.c332 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
A Dsymbol-elf.c1292 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()
/tools/include/uapi/linux/
A Delf.h282 #define SHT_SYMTAB 2 macro
/tools/testing/selftests/sgx/
A Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
/tools/bpf/resolve_btfids/
A Dmain.c405 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()

Completed in 43 milliseconds