Searched refs:opd_shdr (Results 1 – 1 of 1) sorted by relevance
88 GElf_Shdr opd_shdr_mem, *opd_shdr; in ppc64_init() local92 opd_shdr = gelf_getshdr (scn, &opd_shdr_mem); in ppc64_init()93 if (opd_shdr != NULL in ppc64_init()94 && (opd_shdr->sh_flags & SHF_ALLOC) != 0 in ppc64_init()95 && opd_shdr->sh_type == SHT_PROGBITS in ppc64_init()96 && opd_shdr->sh_size > 0) in ppc64_init()99 opd_shdr->sh_name); in ppc64_init()102 eh->fd_addr = opd_shdr->sh_addr; in ppc64_init()