Lines Matching refs:Elf_Addr
73 const char *name, Elf_Addr *startp, Elf_Addr *stopp, int *countp);
75 Elf_Addr p, void *val, size_t len);
78 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx);
269 shdr[i].sh_addr = (Elf_Addr)lastaddr; in __elfN()
291 shdr[ef->symtabindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
302 shdr[symstrindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
314 shdr[ef->shstrindex].sh_addr = (Elf_Addr)lastaddr; in __elfN()
325 shdr[i].sh_addr = (Elf_Addr)lastaddr; in __elfN()
407 Elf_Addr v, p, p_stop; in __elfN()
434 p += sizeof(Elf_Addr); in __elfN()
470 const char* name, Elf_Addr *startp, Elf_Addr *stopp, int *countp) in __elfN()
491 *countp = (*stopp - *startp) / sizeof(Elf_Addr); in __elfN()
507 __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p, in __elfN()
512 Elf_Addr off = p; in __elfN()
513 Elf_Addr base; in __elfN()
564 static Elf_Addr
568 Elf_Addr base; in __elfN()