Lines Matching refs:st_shndx
249 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
266 CurrentSymEx->thumb_flag = (u16)(ELi_CodeIsThumb( ElfHandle, CurrentSymEx->Sym.st_shndx, in ELi_RelocateSym()
302 if( CurrentSymEx->Sym.st_shndx == SHN_UNDEF) { in ELi_RelocateSym()
337 … CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
363 (CurrentSymEx->Sym.st_shndx != SHN_UNDEF)) { in ELi_RelocateSym()
375 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_RelocateSym()
448 CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_DiscriminateGlobalSym()
465 CurrentSymEx->thumb_flag = (u16)(ELi_CodeIsThumb( ElfHandle, CurrentSymEx->Sym.st_shndx, in ELi_DiscriminateGlobalSym()
480 (CurrentSymEx->Sym.st_shndx != SHN_UNDEF)) { in ELi_DiscriminateGlobalSym()
492 if( (CurrentSymEx->Sym.st_shndx) < SHN_LORESERVE) { //When there is a related section in ELi_DiscriminateGlobalSym()
493 if( (CurrentSymEx->Sym.st_shndx == SHN_ABS)) { in ELi_DiscriminateGlobalSym()
497 … CurrentShdrEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, CurrentSymEx->Sym.st_shndx); in ELi_DiscriminateGlobalSym()
721 if( CurrentSymEx->Sym.st_shndx == sh_index) { in ELi_CodeIsThumb()