Searched refs:buf_shdr (Results 1 – 2 of 2) sorted by relevance
42 u32 buf_shdr; local200 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4);201 ElfHandle->buf_current = (void*)buf_shdr;205 newelf_shoff = buf_shdr - ((u32)(buf));211 tmp_buf = buf_shdr + ( section_num * sizeof( Elf32_Shdr));229 ElfHandle->newelf_size = (buf_shdr - (u32)buf) + (section_num*sizeof( Elf32_Shdr));
299 u32 buf_shdr; in ELi_LoadObject() local623 buf_shdr = ELi_ALIGN( ((u32)(ElfHandle->buf_current)), 4); in ELi_LoadObject()624 ElfHandle->buf_current = (void*)buf_shdr; in ELi_LoadObject()628 newelf_shoff = buf_shdr - ((u32)(buf)); in ELi_LoadObject()634 tmp_buf = buf_shdr + ( section_num * sizeof( Elf32_Shdr)); in ELi_LoadObject()663 ElfHandle->newelf_size = (buf_shdr - (u32)buf) + (section_num*sizeof( Elf32_Shdr)); in ELi_LoadObject()