Searched refs:aShdr (Results 1 – 1 of 1) sorted by relevance
148 GElf_Shdr aShdr; in adjustVisibility() local149 if ( gelf_getshdr(pScn, &aShdr) == 0 ) { in adjustVisibility()152 if ( aShdr.sh_type != SHT_SYMTAB ) { in adjustVisibility()161 GElf_Xword nSymbols = aShdr.sh_size / aShdr.sh_entsize; in adjustVisibility()173 std::string sSymbolName(elf_strptr(pElf, aShdr.sh_link, aSymbol.st_name)); in adjustVisibility()
Completed in 5 milliseconds