Searched refs:file_head (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 201 list_insert_tail(&P->file_head, fptr); in file_info_new() 266 list_remove(&P->file_head, fptr); in file_info_free() 596 for (fptr = list_head(&P->file_head); fptr != NULL; in Pupdate_syms() 597 fptr = list_next(&P->file_head, fptr)) { in Pupdate_syms() 857 fptr = list_head(&P->file_head); in Plmid_to_ctf() 1004 for (fptr = list_head(&P->file_head); fptr != NULL; in build_map_symtab() 1005 fptr = list_next(&P->file_head, fptr)) { in build_map_symtab() 2907 fptr = list_head(&P->file_head); in Pxlookup_by_name() 2922 for (; cnt > 0; cnt--, fptr = list_next(&P->file_head, fptr)) { in Pxlookup_by_name() 3045 for (fptr = list_head(&P->file_head); fptr != NULL; in i_Pobject_iter() [all …]
|
H A D | Pcontrol.h | 230 list_t file_head; /* head of mapped files w/ symbol table info */ member
|
H A D | Pidle.c | 245 list_insert_head(&P->file_head, fp); in Pgrab_file()
|
H A D | Pgcore.c | 605 for (fptr = list_head(&P->file_head); fptr != NULL; in count_sections() 606 fptr = list_next(&P->file_head, fptr)) { in count_sections() 792 for (fptr = list_head(&P->file_head); fptr != NULL; in dump_sections() 793 fptr = list_next(&P->file_head, fptr)) { in dump_sections()
|
H A D | Pcore.c | 2850 list_insert_head(&P->file_head, fp);
|
H A D | Pcontrol.c | 1745 file_info_t *fptr = list_head(&P->file_head); in Prelease()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/ |
H A D | libproc.c | 235 wsp->walk_addr += offsetof(ps_prochandle_t, file_head); in pr_file_info_walk_init()
|