/openbmc/linux/tools/lib/bpf/ |
H A D | elf.c | 168 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset() 293 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets() 389 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
|
H A D | linker.c | 410 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf() 639 case SHT_SYMTAB: in linker_load_obj_file() 727 case SHT_SYMTAB: in linker_sanity_check_elf()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.h | 76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vdso2c.h | 68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | module.c | 65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 294 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup() 523 case SHT_SYMTAB: in read_symtabs() 609 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | module.c | 79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 633 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload() 713 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 274 #define SHT_SYMTAB 2 macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module-plts.c | 226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 297 if (sechdrs[i].sh_type == SHT_SYMTAB) { in get_got_size() 432 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 302 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
|
/openbmc/linux/scripts/ |
H A D | insert-sys-cert.c | 196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
|
H A D | recordmcount.h | 247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | load.c | 150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 273 #define SHT_SYMTAB 2 /* symbol table section */ macro
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf.c | 416 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 404 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 133 case SHT_SYMTAB:
|
/openbmc/linux/arch/s390/kernel/ |
H A D | module.c | 156 case SHT_SYMTAB: in module_frob_arch_sections()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 410 if (sechdr.sh_type == SHT_SYMTAB) { in load_symbols()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | module.c | 872 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
|
/openbmc/linux/kernel/ |
H A D | kexec_file.c | 1069 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
|