src/share/vm/utilities/elfSymbolTable.hpp

Print this page
rev 9503 : [mq]: fix_elf

*** 61,70 **** --- 61,72 ---- // section header Elf_Shdr m_shdr; NullDecoder::decoder_status m_status; + + bool compare(const Elf_Sym* sym, address addr, int* stringtableIndex, int* posIndex, int* offset, ElfFuncDescTable* funcDescTable); }; #endif // !_WINDOWS and !__APPLE__ #endif // SHARE_VM_UTILITIES_ELF_SYMBOL_TABLE_HPP