Searched defs:mapinfo_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddebug_mapinfo.h34 struct mapinfo_t { struct
35 struct mapinfo_t* next;
41 __LIBC_HIDDEN__ mapinfo_t* mapinfo_create(pid_t pid);
42 __LIBC_HIDDEN__ void mapinfo_destroy(mapinfo_t* mi);
43 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc);

Completed in 56 milliseconds