Searched refs:phdrs (Results 1 – 3 of 3) sorted by relevance
108 caddr_t phdrs = NULL; in patch64() local131 if ((phdrs = ELFSEEK(eh->e_phoff)) == NULL) { in patch64()182 phdr = (Elf64_Phdr *)(phdrs + eh->e_phentsize * ndx); in patch64()
354 caddr_t phdrs, php; in gelf_phdrs_init() local372 phdrs = mdb_alloc(nbytes, UM_SLEEP); in gelf_phdrs_init()374 if (IOP_READ(gf->gf_io, phdrs, nbytes) != nbytes) { in gelf_phdrs_init()376 mdb_free(phdrs, nbytes); in gelf_phdrs_init()382 php = phdrs; in gelf_phdrs_init()430 mdb_free(phdrs, nbytes); in gelf_phdrs_init()
252 Elf64_Phdr *phdrs = elf64_getphdr(elf); in gelf_getphdr() local254 *dst = ((GElf_Phdr *)phdrs)[ndx]; in gelf_getphdr()