Home
last modified time | relevance | path

Searched refs:elf_getshdrstrndx (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-libelf-getshdrstrndx.c8 return elf_getshdrstrndx(0, &dst); in main()
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-libelf-getshdrstrndx.c8 return elf_getshdrstrndx(0, &dst); in main()
/kernel/linux/linux-5.10/tools/objtool/
H A Dorc_dump.c101 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
102 WARN_ELF("elf_getshdrstrndx"); in orc_dump()
H A Delf.h18 # define elf_getshdrstrndx elf_getshstrndx macro
H A Delf.c277 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
278 WARN_ELF("elf_getshdrstrndx"); in read_sections()
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_dump.c112 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
113 WARN_ELF("elf_getshdrstrndx"); in orc_dump()
H A Delf.c320 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
321 WARN_ELF("elf_getshdrstrndx"); in read_sections()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Delf.h19 # define elf_getshdrstrndx elf_getshstrndx macro
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c328 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c359 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c93 static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused) in elf_getshdrstrndx() function
95 pr_err("%s: update your libelf to > 0.140, this one lacks elf_getshdrstrndx().\n", __func__); in elf_getshdrstrndx()
2325 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c83 static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused) in elf_getshdrstrndx() function
85 pr_err("%s: update your libelf to > 0.140, this one lacks elf_getshdrstrndx().\n", __func__); in elf_getshdrstrndx()
2801 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dusdt.c362 if (elf_getshdrstrndx(elf, &shstrndx)) in find_elf_sec_by_name()
H A Dlinker.c593 if (elf_getshdrstrndx(obj->elf, &obj->shstrs_sec_idx)) { in linker_load_obj_file()
H A Dbtf.c957 if (elf_getshdrstrndx(elf, &shstrndx)) { in btf_parse_elf()
H A Dlibbpf.c1367 if (elf_getshdrstrndx(elf, &obj->efile.shstrndx)) { in bpf_object__elf_init()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c1154 if (elf_getshdrstrndx(obj->efile.elf, &obj->efile.shstrndx)) { in bpf_object__elf_init()

Completed in 56 milliseconds