Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Delf.c145 size_t shstrndx, sections_nr; in read_sections() local
153 if (elf_getshdrstrndx(elf->elf, &shstrndx)) { in read_sections()
186 sec->name = elf_strptr(elf->elf, shstrndx, sec->sh.sh_name); in read_sections()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c2105 size_t shstrndx, next; in construct_sdt_notes_list() local
2114 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in construct_sdt_notes_list()