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

/freebsd-9.3-release/lib/libthread_db/
H A Dlibpthread_db.h43 struct pt_map { struct
79 struct pt_map *map;
H A Dlibpthread_db.c76 struct pt_map *new;
91 ta->map = calloc(20, sizeof(struct pt_map));
98 sizeof(struct pt_map) * ta->map_len * 2);
101 memset(new + ta->map_len, '\0', sizeof(struct pt_map) *

Completed in 106 milliseconds