Home
last modified time | relevance | path

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

/tools/build/feature/
A Dtest-libelf-getshdrstrndx.c8 return elf_getshdrstrndx(0, &dst); in main()
/tools/objtool/
A Dorc_dump.c54 if (elf_getshdrstrndx(elf, &shstrtab_idx)) { in orc_dump()
A Delf.c323 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
/tools/objtool/include/objtool/
A Delf.h19 # define elf_getshdrstrndx elf_getshstrndx macro
/tools/bpf/resolve_btfids/
A Dmain.c360 if (elf_getshdrstrndx(elf, &shdrstrndx) != 0) { in elf_collect()
/tools/lib/bpf/
A Dusdt.c363 if (elf_getshdrstrndx(elf, &shstrndx)) in find_elf_sec_by_name()
A Dlinker.c725 if (elf_getshdrstrndx(obj->elf, &obj->shstrs_sec_idx)) { in linker_load_obj_file()
A Dbtf.c1134 if (elf_getshdrstrndx(elf, &shstrndx)) { in btf_find_elf_sections()
A Dlibbpf.c1608 if (elf_getshdrstrndx(elf, &obj->efile.shstrndx)) { in bpf_object__elf_init()
/tools/perf/util/
A Dsymbol-elf.c81 static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused) in elf_getshdrstrndx() function
2891 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()

Completed in 60 milliseconds