Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf32.h100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
Delf64.h108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
DElf64Convert.c729 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += (UINT32) RelShdr->sh_entsize) { in WriteSections64()
739 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections64()
964 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) { in WriteRelocations64()
DElf32Convert.c719 for (RelOffset = 0; RelOffset < RelShdr->sh_size; RelOffset += RelShdr->sh_entsize) { in WriteSections32()
728 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections32()
895 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) { in WriteRelocations32()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
Delf64.h108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member