Home
last modified time | relevance | path

Searched refs:shstrndx (Results 1 – 2 of 2) sorted by relevance

/tools/objtool/
Delf.c139 size_t shstrndx, sections_nr; in read_sections() local
147 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
180 sec->name = elf_strptr(elf->elf, shstrndx, sec->sh.sh_name); in read_sections()
/tools/perf/util/
Dsymbol-elf.c1951 size_t shstrndx, next; in construct_sdt_notes_list() local
1960 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()