Home
last modified time | relevance | path

Searched refs:elf_getshdrstrndx (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/build/feature/
H A Dtest-libelf-getshdrstrndx.c8 return elf_getshdrstrndx(0, &dst); in main()
/openbmc/linux/tools/objtool/
H A Dorc_dump.c112 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
H A Delf.c320 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h19 # define elf_getshdrstrndx elf_getshstrndx macro
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c359 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
/openbmc/linux/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()
/openbmc/linux/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
2801 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()