HomeSort by relevance Sort by last modified time
    Searched refs:mShdrBase (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 93 STATIC Elf_Shdr *mShdrBase;
162 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
196 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);
    [all...]
Elf64Convert.c 94 STATIC Elf_Shdr *mShdrBase;
166 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
202 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);

Completed in 567 milliseconds