Home
last modified time | relevance | path

Searched refs:aShdr (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx148 GElf_Shdr aShdr; in adjustVisibility() local
149 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 14 milliseconds