Home
last modified time | relevance | path

Searched refs:sh_link (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/arch/s390/tools/
H A Drelocs.c175 shstrndx = elf_word_to_cpu(shdr.sh_link); in read_ehdr()
208 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
213 if (sec->shdr.sh_link < shnum) in read_shdrs()
214 sec->link = &secs[sec->shdr.sh_link]; in read_shdrs()
/linux-6.15/scripts/
H A Drecordmcount.h233 return w(shdr0->sh_link); in get_shstrndx()
314 mcsec.sh_link = 0; in append_func()
329 mcsec.sh_link = w(symsec_sh_link); in append_func()
380 unsigned const symsec_sh_link = w(relhdr->sh_link); in get_sym_str_and_relp()
382 Elf_Shdr const *const strsec = &shdr0[w(symsec->sh_link)]; in get_sym_str_and_relp()
666 symsec_sh_link = w(relhdr->sh_link); in do_func()
H A Dinsert-sys-cert.c142 link = symtab->sh_link; in find_elf_symbol()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c285 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
289 if (sec->shdr.sh_link < ehdr.e_shnum) in read_shdrs()
290 sec->link = &secs[sec->shdr.sh_link]; in read_shdrs()
/linux-6.15/kernel/
H A Dkexec_file.c1005 relsec->sh_link >= pi->ehdr->e_shnum) in kexec_apply_relocations()
1009 symtab = sechdrs + relsec->sh_link; in kexec_apply_relocations()
1018 if (symtab->sh_link >= pi->ehdr->e_shnum) in kexec_apply_relocations()
1108 if (sechdrs[i].sh_link >= ehdr->e_shnum) in kexec_purgatory_find_symbol()
1111 strtab = (void *)ehdr + sechdrs[sechdrs[i].sh_link].sh_offset; in kexec_purgatory_find_symbol()
/linux-6.15/arch/x86/tools/
H A Drelocs.c404 shstrndx = elf_word_to_cpu(shdr.sh_link); in read_ehdr()
435 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link); in read_shdrs()
439 if (sec->shdr.sh_link < shnum) in read_shdrs()
440 sec->link = &secs[sec->shdr.sh_link]; in read_shdrs()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h323 Elf32_Word sh_link; member
336 Elf64_Word sh_link; /* Index of another section */ member
/linux-6.15/tools/lib/bpf/
H A Dlinker.c422 sec->shdr->sh_link = 0; in init_output_elf()
462 sec->shdr->sh_link = linker->strtab_sec_idx; in init_output_elf()
923 if (!sec->shdr->sh_link || sec->shdr->sh_link >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
925 sec->sec_idx, (size_t)sec->shdr->sh_link, obj->filename); in linker_sanity_check_elf_symtab()
928 link_sec = &obj->secs[sec->shdr->sh_link]; in linker_sanity_check_elf_symtab()
998 if (sec->shdr->sh_link != obj->symtab_sec_idx) { in linker_sanity_check_elf_relos()
1183 shdr->sh_link = 0; in init_sec()
1411 int str_sec_idx = symtab->shdr->sh_link; in linker_append_elf_syms()
2230 dst_sec->shdr->sh_link = linker->symtab_sec_idx; in linker_append_elf_relos()
2293 int str_sec_idx = symtab->shdr->sh_link; in find_sym_by_name()
[all …]
H A Delf.c122 iter->strtabidx = sh.sh_link; in elf_sym_iter_new()
151 iter->verdef_strtabidx = sh.sh_link; in elf_sym_iter_new()
/linux-6.15/include/uapi/linux/
H A Delf.h333 Elf32_Word sh_link; member
346 Elf64_Word sh_link; /* Index of another section */ member
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.h101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()
/linux-6.15/arch/sparc/vdso/
H A Dvdso2c.h76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
/linux-6.15/arch/sparc/kernel/
H A Dmodule.c42 strtab = (char *)sechdrs[sechdrs[symidx].sh_link].sh_addr; in module_frob_arch_sections()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c550 if (!scn || !rela_dyn_shdr.sh_link || !rela_dyn_shdr.sh_entsize) in get_rela_dyn_info()
556 scn = elf_getscn(elf, rela_dyn_shdr.sh_link); in get_rela_dyn_info()
557 if (!scn || !gelf_getshdr(scn, &shdr) || !shdr.sh_link) in get_rela_dyn_info()
561 di->dynstr_data = elf_getdata(elf_getscn(elf, shdr.sh_link), NULL); in get_rela_dyn_info()
749 if (!shdr_rel_plt.sh_link) in dso__synthesize_plt_symbols()
752 if (shdr_rel_plt.sh_link == ss->dynsym_idx) { in dso__synthesize_plt_symbols()
755 } else if (shdr_rel_plt.sh_link == ss->symtab_idx) { in dso__synthesize_plt_symbols()
781 scn_symstrs = elf_getscn(elf, shdr_dynsym.sh_link); in dso__synthesize_plt_symbols()
1651 sec = elf_getscn(elf, shdr.sh_link); in dso__load_sym_internal()
H A Dgenelf.c414 shdr->sh_link = unwinding ? 6 : 4; /* index of .strtab section */ in jit_write_elf()
/linux-6.15/scripts/mod/
H A Dmodpost.c484 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
498 sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link); in parse_elf()
534 sh_link_idx = sechdrs[i].sh_link; in parse_elf()
561 if (symtab_idx != sechdrs[symtab_shndx_idx].sh_link) in parse_elf()
563 filename, sechdrs[symtab_shndx_idx].sh_link, in parse_elf()
/linux-6.15/arch/x86/entry/vdso/
H A Dvdso2c.h123 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
/linux-6.15/tools/bpf/resolve_btfids/
H A Dmain.c402 (int) sh.sh_link, (unsigned long) sh.sh_flags, in elf_collect()
408 obj->efile.strtabidx = sh.sh_link; in elf_collect()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c635 strindex = sechdrs[i].sh_link; in vpe_elfload()
715 strindex = sechdrs[i].sh_link; in vpe_elfload()
/linux-6.15/arch/mips/boot/
H A Delf2ecoff.c214 s->sh_link = swab32(s->sh_link); in convert_elf_shdrs()
/linux-6.15/scripts/gendwarfksyms/
H A Dsymbols.c266 name = elf_strptr(elf, shdr->sh_link, in elf_for_each_global()
/linux-6.15/arch/s390/kernel/
H A Dmachine_kexec_file.c322 strtab = (char *)pi->ehdr + sechdrs[symtab->sh_link].sh_offset; in arch_kexec_apply_relocations_add()
/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c452 strtab = (char *)pi->ehdr + sechdrs[symtabsec->sh_link].sh_offset; in arch_kexec_apply_relocations_add()
/linux-6.15/arch/riscv/kernel/
H A Delf_kexec.c384 strtab = (char *)pi->ehdr + sechdrs[symtab->sh_link].sh_offset; in arch_kexec_apply_relocations_add()
/linux-6.15/tools/objtool/
H A Delf.c483 sym->name = elf_strptr(elf->elf, symtab->sh.sh_link, in read_symbols()
1188 rsec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_section()

12