Searched refs:ELF_ST_TYPE (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Delfmacros.h38 #ifndef ELF_ST_TYPE
39 #define ELF_ST_TYPE ELF64_ST_TYPE macro
51 #ifndef ELF_ST_TYPE
52 #define ELF_ST_TYPE ELF32_ST_TYPE macro
H A Dsymtab.c166 int st_type = ELF_ST_TYPE(syms->st_info);
/openjdk7/hotspot/agent/src/os/linux/
H A Delfmacros.h37 #define ELF_ST_TYPE ELF64_ST_TYPE macro
49 #define ELF_ST_TYPE ELF32_ST_TYPE macro
H A Dsymtab.c420 int st_type = ELF_ST_TYPE(syms->st_info);
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.hpp50 #define ELF_ST_TYPE ELF64_ST_TYPE macro
67 #define ELF_ST_TYPE ELF32_ST_TYPE macro
H A DelfSymbolTable.cpp86 if (STT_FUNC == ELF_ST_TYPE(m_symbols[index].st_info)) {
107 if (STT_FUNC == ELF_ST_TYPE(sym.st_info)) {

Completed in 44 milliseconds