Searched refs:st_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c166 int st_type = ELF_ST_TYPE(syms->st_info); local
167 if ( st_type != STT_FUNC && st_type != STT_OBJECT)
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c420 int st_type = ELF_ST_TYPE(syms->st_info); local
421 if ( st_type != STT_FUNC && st_type != STT_OBJECT)

Completed in 41 milliseconds