Lines Matching refs:shdr
162 GElf_Shdr shdr; in is_function() local
202 (void) gelf_getshdr(scn, &shdr); in is_function()
204 if (!(shdr.sh_flags & SHF_EXECINSTR)) in is_function()
232 GElf_Shdr shdr; in fetch_symtab() local
234 if (gelf_getshdr(scn, &shdr) == NULL) in fetch_symtab()
237 switch (shdr.sh_type) { in fetch_symtab()
239 nsyms_pri = shdr.sh_size / shdr.sh_entsize; in fetch_symtab()
240 strndx = shdr.sh_link; in fetch_symtab()
251 nsyms_pri = shdr.sh_size / shdr.sh_entsize; in fetch_symtab()
252 strndx = shdr.sh_link; in fetch_symtab()
258 nsyms_aux = shdr.sh_size / shdr.sh_entsize; in fetch_symtab()