Searched refs:pScn (Results 1 – 1 of 1) sorted by relevance
146 Elf_Scn* pScn = 0; in adjustVisibility() local147 while ( (pScn = elf_nextscn(pElf, pScn)) != 0 ) { in adjustVisibility()149 if ( gelf_getshdr(pScn, &aShdr) == 0 ) { in adjustVisibility()157 if ( (pSymbolData = elf_getdata(pScn, 0)) == NULL ) { in adjustVisibility()
Completed in 12 milliseconds