Searched refs:proc_obj2map (Results 1 – 4 of 4) sorted by relevance
198 map1 = proc_obj2map(phdl, target_prog_file); in ATF_TC_BODY()201 map2 = proc_obj2map(phdl, aout_object); in ATF_TC_BODY()342 map = proc_obj2map(phdl, target_prog_file); in ATF_TC_BODY()
50 #define Plmid_to_map(p, l, o) proc_obj2map((p), (o))
137 prmap_t *proc_obj2map(struct proc_handle *, const char *);
159 proc_obj2map(struct proc_handle *p, const char *objname) in proc_obj2map() function