Searched refs:elf_getshdrstrndx (Results 1 – 10 of 10) sorted by relevance
/linux/tools/build/feature/ |
H A D | test-libelf-getshdrstrndx.c | 8 return elf_getshdrstrndx(0, &dst); in main()
|
/linux/tools/objtool/ |
H A D | orc_dump.c | 57 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
|
H A D | elf.c | 323 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
|
/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 19 # define elf_getshdrstrndx elf_getshstrndx macro
|
/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 360 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
|
/linux/tools/lib/bpf/ |
H A D | usdt.c | 363 if (elf_getshdrstrndx(elf, &shstrndx)) in find_elf_sec_by_name()
|
H A D | linker.c | 725 if (elf_getshdrstrndx(obj->elf, &obj->shstrs_sec_idx)) { in linker_load_obj_file()
|
H A D | btf.c | 1113 if (elf_getshdrstrndx(elf, &shstrndx)) { in btf_find_elf_sections()
|
H A D | libbpf.c | 1599 if (elf_getshdrstrndx(elf, &obj->efile.shstrndx)) { in bpf_object__elf_init()
|
/linux/tools/perf/util/ |
H A D | symbol-elf.c | 84 static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused) in elf_getshdrstrndx() function 86 pr_err("%s: update your libelf to > 0.140, this one lacks elf_getshdrstrndx().\n", __func__); in elf_getshdrstrndx() 2875 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()
|