< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h

Print this page

        

*** 37,46 **** --- 37,47 ---- // .eh_frame data typedef struct eh_frame_info { uintptr_t library_base_addr; uintptr_t v_addr; unsigned char* data; + int size; } eh_frame_info; // list of shared objects typedef struct lib_info { char name[BUF_SIZE];
< prev index next >