Searched refs:sh_addr (Results 1 – 4 of 4) sorted by relevance
49 shdr[i].sh_addr = (Elf32_Addr)&elfarray[shdr[i].sh_offset]; in relocate_32bitbios()92 memcpy(&highbiosarea[reloc_off], (void *)shdr[i].sh_addr, in relocate_32bitbios()96 shdr[i].sh_addr = (Elf32_Addr)&highbiosarea[reloc_off]; in relocate_32bitbios()118 syms = (Elf32_Sym *)shdr[shdr[i].sh_link].sh_addr; in relocate_32bitbios()119 rels = (Elf32_Rel *)shdr[i].sh_addr; in relocate_32bitbios()120 code = (char *)shdr[shdr[i].sh_info].sh_addr; in relocate_32bitbios()126 fix = shdr[sym->st_shndx].sh_addr + sym->st_value; in relocate_32bitbios()
206 sh->sh_addr = swap32(sh->sh_addr); in endianadjust_shdr32()381 out_shdr[1].sh_addr = loadbase; in main()406 out_shdr_note.sh_addr = note_base; in main()
202 Elf32_Addr sh_addr; /* address */ member215 Elf64_Addr sh_addr; /* virtual address */ member
96 sec[i].sec->sh_addr % sec[i].sec->sh_addralign ) in elf_resolve_sections()99 elf->name, i, sec[i].sec->sh_addr, sec[i].sec->sh_addralign); in elf_resolve_sections()
Completed in 7 milliseconds