Home
last modified time | relevance | path

Searched refs:SymtabShdr (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf64Convert.c641 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link); in WriteSections64() local
642 UINT8 *Symtab = (UINT8*)mEhdr + SymtabShdr->sh_offset; in WriteSections64()
657 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections64()
DElf32Convert.c644 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link); in WriteSections32() local
645 UINT8 *Symtab = (UINT8*)mEhdr + SymtabShdr->sh_offset; in WriteSections32()
659 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections32()