gcore_seg_t
typedef int (*gsop_init_t)(gcore_seg_t *);
typedef void (*gsop_fini_t)(gcore_seg_t *);
typedef u_offset_t (*gsop_incore_t)(gcore_seg_t *, u_offset_t, u_offset_t);
typedef uint_t (*gsop_getprot_t)(gcore_seg_t *, u_offset_t);
typedef int (*gsop_getoffset_t)(gcore_seg_t *, u_offset_t);
typedef void (*gsop_name_t)(gcore_seg_t *, char *name, size_t size);
typedef int (*gsop_gettype_t)(gcore_seg_t *, u_offset_t);
typedef boolean_t (*gsop_noreserve_t)(gcore_seg_t *);
static int gsvn_init(gcore_seg_t *);
static void gsvn_fini(gcore_seg_t *);
static u_offset_t gsvn_incore(gcore_seg_t *, u_offset_t, u_offset_t);
static uint_t gsvn_getprot(gcore_seg_t *, u_offset_t);
static int gsvn_getoffset(gcore_seg_t *, u_offset_t);
static void gsvn_name(gcore_seg_t *, char *, size_t);
static int gsvn_gettype(gcore_seg_t *, u_offset_t);
static boolean_t gsvn_noreserve(gcore_seg_t *);
gsvn_init(gcore_seg_t *gs)
gsvn_getoffset(gcore_seg_t *gs, u_offset_t addr)
gsvn_name(gcore_seg_t *gs, char *name, size_t size)
gsvn_gettype(gcore_seg_t *gs, u_offset_t addr)
gsvn_fini(gcore_seg_t *gs)
gsvn_noreserve(gcore_seg_t *gs)
gsvn_incore(gcore_seg_t *gs, u_offset_t addr, u_offset_t eaddr)
gsvn_getprot(gcore_seg_t *gs, u_offset_t addr)
gcore_pr_nextprot(gcore_seg_t *gs, u_offset_t *saddrp, u_offset_t eaddr,
gcore_pr_getprot(gcore_seg_t *gs, u_offset_t *saddrp, u_offset_t *naddrp,
static gcore_seg_t *
gcore_seg_t *gs;
gcore_seg_destroy(gcore_seg_t *gs)
gcore_seg_t *gs;