Home | History | Annotate | Download | only in GenFw

Lines Matching full:st_shndx

748         if (Sym->st_shndx == SHN_UNDEF

749 || Sym->st_shndx >= mEhdr->e_shnum) {
762 SymShdr = GetShdrByIndex(Sym->st_shndx);
791 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];
799 *(UINT32 *)Targ = (UINT32)((UINT64)(*(UINT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
807 *(INT32 *)Targ = (INT32)((INT64)(*(INT32 *)Targ) - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx]);
830 + (mCoffSectionsOffset[Sym->st_shndx] - SymShdr->sh_addr)
893 ((SymShdr->sh_addr ^ mCoffSectionsOffset[Sym->st_shndx]) & 0xfff) != 0) {
923 (mCoffSectionsOffset[Sym->st_shndx] - SecOffset)) {
931 *(UINT64 *)Targ = *(UINT64 *)Targ - SymShdr->sh_addr + mCoffSectionsOffset[Sym->st_shndx];