Lines Matching refs:Elf_Addr
77 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
79 Elf_Addr p, void *val, size_t len);
82 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx);
272 shdr[i].sh_addr = (Elf_Addr)lastaddr; in __elfN()
294 shdr[ef->symtabindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
305 shdr[symstrindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
317 shdr[ef->shstrindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
328 shdr[i].sh_addr = (Elf_Addr)lastaddr; in __elfN()
408 Elf_Addr v, p, p_stop; in __elfN()
435 p += sizeof(Elf_Addr); in __elfN()
471 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
492 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
508 __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p, in __elfN()
513 Elf_Addr off = p; in __elfN()
514 Elf_Addr base; in __elfN()
565 static Elf_Addr
569 Elf_Addr base; in __elfN()