Searched refs:elf_getshdrstrndx (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/build/feature/ |
A D | test-libelf-getshdrstrndx.c | 8 return elf_getshdrstrndx(0, &dst); in main()
|
/linux-6.3-rc2/tools/objtool/ |
A D | orc_dump.c | 109 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
|
A D | elf.c | 278 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
|
/linux-6.3-rc2/tools/objtool/include/objtool/ |
A D | elf.h | 18 # define elf_getshdrstrndx elf_getshstrndx macro
|
/linux-6.3-rc2/tools/bpf/resolve_btfids/ |
A D | main.c | 348 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol-elf.c | 94 static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused) in elf_getshdrstrndx() function 2776 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | usdt.c | 356 if (elf_getshdrstrndx(elf, &shstrndx)) in find_elf_sec_by_name()
|
A D | linker.c | 593 if (elf_getshdrstrndx(obj->elf, &obj->shstrs_sec_idx)) { in linker_load_obj_file()
|
A D | btf.c | 957 if (elf_getshdrstrndx(elf, &shstrndx)) { in btf_parse_elf()
|
A D | libbpf.c | 1330 if (elf_getshdrstrndx(elf, &obj->efile.shstrndx)) { in bpf_object__elf_init()
|
Completed in 49 milliseconds