Searched refs:runshdr (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/src/
H A Dreadelf.c1936 GElf_Shdr *runshdr = gelf_getshdr (runscn, &runshdr_mem); local
1938 if (likely (runshdr != NULL))
1940 if (runshdr->sh_type == SHT_GNU_versym
1941 && runshdr->sh_link == elf_ndxscn (scn))
1944 else if (runshdr->sh_type == SHT_GNU_verneed)
1948 verneed_stridx = runshdr->sh_link;
1950 else if (runshdr->sh_type == SHT_GNU_verdef)
1954 verdef_stridx = runshdr->sh_link;
1956 else if (runshdr->sh_type == SHT_SYMTAB_SHNDX
1957 && runshdr
[all...]

Completed in 63 milliseconds