Home
last modified time | relevance | path

Searched refs:e_shnum (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf32Convert.c169 mCoffSectionsOffset = (UINT32 *)malloc(mEhdr->e_shnum * sizeof (UINT32)); in InitializeElf32()
174 memset(mCoffSectionsOffset, 0, mEhdr->e_shnum * sizeof(UINT32)); in InitializeElf32()
199 if (Num >= mEhdr->e_shnum) { in GetShdrByIndex()
292 for (i = 0; i < mEhdr->e_shnum; i++) { in FindStrtabShdr()
373 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections32()
400 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections32()
451 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections32()
504 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections32()
660 for (Idx = 0; Idx < mEhdr->e_shnum; Idx++) { in WriteSections32()
688 for (Idx = 0; Idx < mEhdr->e_shnum; Idx++) { in WriteSections32()
[all …]
DElf64Convert.c174 mCoffSectionsOffset = (UINT32 *)malloc(mEhdr->e_shnum * sizeof (UINT32)); in InitializeElf64()
179 memset(mCoffSectionsOffset, 0, mEhdr->e_shnum * sizeof(UINT32)); in InitializeElf64()
205 if (Num >= mEhdr->e_shnum) { in GetShdrByIndex()
284 for (i = 0; i < mEhdr->e_shnum; i++) { in FindStrtabShdr()
366 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections64()
393 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections64()
444 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections64()
496 for (i = 0; i < mEhdr->e_shnum; i++) { in ScanSections64()
655 for (Idx = 0; Idx < mEhdr->e_shnum; Idx++) { in WriteSections64()
684 for (Idx = 0; Idx < mEhdr->e_shnum; Idx++) { in WriteSections64()
[all …]
Delf32.h81 Elf32_Half e_shnum; /* Number of section header entries. */ member
Delf64.h89 Elf64_Half e_shnum; /* Number of section header entries. */ member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h81 Elf32_Half e_shnum; /* Number of section header entries. */ member
Delf64.h89 Elf64_Half e_shnum; /* Number of section header entries. */ member