Home | History | Annotate | Download | only in GenFw

Lines Matching full:st_shndx

738         if (Sym->st_shndx == SHN_UNDEF

739 || Sym->st_shndx >= mEhdr->e_shnum) {
752 SymShdr = GetShdrByIndex(Sym->st_shndx);
777 + mCoffSectionsOffset[Sym->st_shndx];
784 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
838 Address = (UINT16)(Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
844 Address = (UINT16)((Sym->st_value - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]) >> 16);
853 *(UINT32 *)Targ = *(UINT32 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];