Searched refs:sh_offset (Results 1 – 6 of 6) sorted by relevance
251 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) … in IsHiiRsrcShdr()274 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_STRTAB_SECTION_NAM… in IsStrtabShdr()310 UINT8* StrtabContents = (UINT8*)mEhdr + StrtabShdr->sh_offset; in GetSymName()513 SetHiiResourceHeader ((UINT8*) mEhdr + shdr->sh_offset, mHiiRsrcOffset); in ScanSections64()662 (UINT8*)mEhdr + Shdr->sh_offset, in WriteSections64()724 UINT8 *Symtab = (UINT8*)mEhdr + SymtabShdr->sh_offset; in WriteSections64()734 Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); in WriteSections64()965 Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); in WriteRelocations64()
259 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) … in IsHiiRsrcShdr()282 …return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_STRTAB_SECTION_NAM… in IsStrtabShdr()318 UINT8* StrtabContents = (UINT8*)mEhdr + StrtabShdr->sh_offset; in GetSymName()521 SetHiiResourceHeader ((UINT8*) mEhdr + shdr->sh_offset, mHiiRsrcOffset); in ScanSections32()667 (UINT8*)mEhdr + Shdr->sh_offset, in WriteSections32()714 UINT8 *Symtab = (UINT8*)mEhdr + SymtabShdr->sh_offset; in WriteSections32()723 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelOffset); in WriteSections32()896 Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset + RelIdx); in WriteRelocations32()
95 Elf32_Off sh_offset; /* Offset in file. */ member
103 Elf64_Off sh_offset; /* Offset in file. */ member