Home
last modified time | relevance | path

Searched refs:file_head (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c201 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 DPcontrol.h230 list_t file_head; /* head of mapped files w/ symbol table info */ member
H A DPidle.c245 list_insert_head(&P->file_head, fp); in Pgrab_file()
H A DPgcore.c605 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 DPcore.c2850 list_insert_head(&P->file_head, fp);
H A DPcontrol.c1745 file_info_t *fptr = list_head(&P->file_head); in Prelease()
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c235 wsp->walk_addr += offsetof(ps_prochandle_t, file_head); in pr_file_info_walk_init()