Searched refs:elfarray (Results 1 – 1 of 1) sorted by relevance
31 static uint32_t relocate_32bitbios(char *elfarray, uint32_t elfarraysize) in relocate_32bitbios() argument33 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfarray; in relocate_32bitbios()34 Elf32_Shdr *shdr = (Elf32_Shdr *)&elfarray[ehdr->e_shoff]; in relocate_32bitbios()46 shdr[i].sh_addr = (Elf32_Addr)&elfarray[shdr[i].sh_offset]; in relocate_32bitbios()
Completed in 10 milliseconds