Searched refs:Elf32_Addr (Results 1 – 2 of 2) sorted by relevance
29 typedef uint32_t Elf32_Addr; /* Unsigned program address */ typedef121 Elf32_Addr e_entry; /* virtual entry point */202 Elf32_Addr sh_addr; /* address */287 Elf32_Addr st_value; /* symbol value */335 Elf32_Addr r_offset; /* offset of relocation */341 Elf32_Addr r_offset; /* offset of relocation */443 Elf32_Addr p_vaddr; /* virtual address of segment */444 Elf32_Addr p_paddr; /* physical address - ignored? */486 Elf32_Addr d_ptr; /* program virtual address */569 #define Elf_Addr Elf32_Addr
49 shdr[i].sh_addr = (Elf32_Addr)&elfarray[shdr[i].sh_offset]; in relocate_32bitbios()96 shdr[i].sh_addr = (Elf32_Addr)&highbiosarea[reloc_off]; in relocate_32bitbios()
Completed in 6 milliseconds