Home
last modified time | relevance | path

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

/external/elfutils/backends/
Dppc64_init.c87 GElf_Shdr opd_shdr_mem, *opd_shdr; in ppc64_init() local
91 opd_shdr = gelf_getshdr (scn, &opd_shdr_mem); in ppc64_init()
92 if (opd_shdr != NULL in ppc64_init()
93 && (opd_shdr->sh_flags & SHF_ALLOC) != 0 in ppc64_init()
94 && opd_shdr->sh_type == SHT_PROGBITS in ppc64_init()
95 && opd_shdr->sh_size > 0) in ppc64_init()
98 opd_shdr->sh_name); in ppc64_init()
101 eh->fd_addr = opd_shdr->sh_addr; in ppc64_init()