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 94 STATIC Elf_Shdr *mShdrBase;
163 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
204 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);
    [all...]
Elf64Convert.c 95 STATIC Elf_Shdr *mShdrBase;
167 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
210 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);
    [all...]

Completed in 210 milliseconds