Searched refs:ElfFile (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Ddecoder_elf.cpp41 ElfFile* file = get_elf_file(filepath);
55 ElfFile* ElfDecoder::get_elf_file(const char* filepath) {
56 ElfFile* file;
66 file = new (std::nothrow)ElfFile(filepath);
H A Ddecoder_elf.hpp52 ElfFile* get_elf_file(const char* filepath);
55 ElfFile* _opened_elf_files;
H A DelfFile.hpp82 // ElfFile is basically an elf file parser, which can lookup the symbol
88 class ElfFile: public CHeapObj<mtInternal> { class in inherits:CHeapObj
91 ElfFile(const char* filepath);
92 ~ElfFile();
126 ElfFile* next() const { return m_next; }
127 void set_next(ElfFile* file) { m_next = file; }
138 ElfFile* m_next;
H A DelfFuncDescTable.hpp118 friend class ElfFile;
H A DelfStringTable.hpp39 friend class ElfFile;
H A DelfFile.cpp42 ElfFile::ElfFile(const char* filepath) { function in class:ElfFile
66 ElfFile::~ElfFile() {
90 bool ElfFile::is_elf_file(Elf_Ehdr& hdr) {
99 bool ElfFile::load_tables() {
186 bool ElfFile::decode(address addr, char* buf, int buflen, int* offset) {
217 void ElfFile::add_symbol_table(ElfSymbolTable* table) {
226 void ElfFile::add_string_table(ElfStringTable* table) {
235 ElfStringTable* ElfFile
[all...]
H A DelfSymbolTable.hpp42 friend class ElfFile;
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1595 if (!ElfFile::specifies_noexecstack(filename)) {

Completed in 405 milliseconds