Searched refs:so_list (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolist.h32 struct so_list struct
38 struct so_list *next; /* next structure in linked list */
75 void (*relocate_section_addresses) (struct so_list *so,
79 structures associated with a so_list entry. */
80 void (*free_so) (struct so_list *so);
83 so_list entries. */
94 struct so_list *(*current_sos) (void);
110 void free_so (struct so_list *so);
H A Dpa64solib.c72 struct so_list struct
76 struct so_list *next;
85 static struct so_list *so_list_head;
218 pa64_solib_add_solib_objfile (struct so_list *so, char *name, int from_tty,
301 pa64_solib_load_symbols (struct so_list *so, char *name, int from_tty,
577 struct so_list *temp;
720 struct so_list *so_list = so_list_head; local
723 while (so_list)
725 if (so_list
746 struct so_list *so_list = so_list_head; local
769 struct so_list *so_list = so_list_head; local
[all...]
H A Dsomsolib.c137 struct so_list struct
148 struct so_list *next;
152 static struct so_list *so_list_head;
278 som_solib_add_solib_objfile (struct so_list *so, char *name, int from_tty,
332 som_solib_load_symbols (struct so_list *so, char *name, int from_tty,
422 struct so_list *so_list_tail;
557 struct so_list *new_so;
558 struct so_list *so_list = so_list_head; local
589 while (so_list)
1344 struct so_list *so_list = so_list_head; local
1369 struct so_list *so_list = so_list_head; local
1391 struct so_list *so_list = so_list_head; local
1435 struct so_list *so_list = so_list_head; local
[all...]
H A Dsolib.c54 static struct so_list *so_list_head; /* List of known shared objects */
202 static int solib_map_sections (struct so_list *so)
224 struct so_list *so = (struct so_list *) arg; /* catch_errors bogon */
258 error ("Full path name length of shared library exceeds SO_NAME_MAX_PATH_SIZE in so_list structure.");
292 free_so --- free a `struct so_list' object
296 void free_so (struct so_list *so)
300 Free the storage associated with the `struct so_list' object SO.
312 free_so (struct so_list *so)
341 struct so_list *s
[all...]
H A Dsolib-sunos.c45 /* Link map info to include in an allocated so_list entry */
98 LM_ADDR (struct so_list *so)
108 LM_NEXT (struct so_list *so)
119 LM_NAME (struct so_list *so)
337 struct so_list *current_sos ()
341 Build a list of `struct so_list' objects describing the shared
347 themselves. The declaration of `struct so_list' says which fields
350 static struct so_list *
354 struct so_list *head = 0;
355 struct so_list **link_pt
[all...]
H A Dsomsolib.h173 struct so_list;
174 extern CORE_ADDR so_lib_thread_start_addr (struct so_list *so);
H A Dsolib-osf.c123 /* Per-module information, stored in struct so_list.lm_info. */
236 osf_relocate_section_addresses (struct so_list *so,
260 osf_free_so (struct so_list *so)
395 init_so (struct so_list *so, char *name, int isloader, int nsecs)
425 init_sec (struct so_list *so, int secidx, CORE_ADDR nameaddr,
441 read_map (struct read_map_ctxt *ctxt, struct so_list *so)
521 static struct so_list *
524 struct so_list *head = NULL, *tail, *newtail, so;
569 struct so_list so;
H A Dsolib-svr4.c63 /* Link map info to include in an allocated so_list entry */
140 LM_ADDR (struct so_list *so)
149 LM_NEXT (struct so_list *so)
159 LM_NAME (struct so_list *so)
169 IGNORE_FIRST_LINK_MAP_ENTRY (struct so_list *so)
711 struct so_list *current_sos ()
715 Build a list of `struct so_list' objects describing the shared
721 themselves. The declaration of `struct so_list' says which fields
724 static struct so_list *
728 struct so_list *hea
[all...]
H A Dnto-tdep.h39 void nto_relocate_section_addresses (struct so_list *, struct section_table *);
H A Dnto-tdep.c218 LM_ADDR (struct so_list *so)
257 nto_relocate_section_addresses (struct so_list *so, struct section_table *sec)
H A Dhpread.c5788 struct so_list *so;
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c305 kld_relocate_section_addresses (struct so_list *so, struct section_table *sec)
316 kld_free_so (struct so_list *so)
337 static struct so_list *
340 struct so_list *head, **prev, *new;
353 * Walk the list of linker files creating so_list entries for
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft_proxy.c262 TAILQ_REMOVE(&head->so_comp, so, so_list);
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h96 TAILQ_ENTRY(socket) so_list; /* (e) list of unaccepted connections */ member in struct:socket
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c650 TAILQ_INSERT_TAIL(&head->so_comp, so, so_list);
664 TAILQ_REMOVE(&head->so_incomp, sp, so_list);
672 TAILQ_INSERT_TAIL(&head->so_incomp, so, so_list);
798 TAILQ_REMOVE(&head->so_incomp, so, so_list);
897 TAILQ_REMOVE(&so->so_incomp, sp, so_list);
906 TAILQ_REMOVE(&so->so_comp, sp, so_list);
3464 TAILQ_REMOVE(&head->so_incomp, so, so_list);
3467 TAILQ_INSERT_TAIL(&head->so_comp, so, so_list);
3651 TAILQ_FOREACH(so, &so->so_comp, so_list)
H A Duipc_syscalls.c418 TAILQ_REMOVE(&head->so_comp, so, so_list);
H A Duipc_usrreq.c2318 TAILQ_FOREACH(soa, &so->so_comp, so_list) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c171 TAILQ_REMOVE(&head->so_comp, so, so_list);
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c1220 TAILQ_REMOVE(&head->so_comp, so, so_list);
/freebsd-11-stable/sys/rpc/
H A Dsvc_vc.c350 TAILQ_REMOVE(&head->so_comp, so, so_list);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c492 TAILQ_REMOVE(&softc->ha_lso->so_comp, so, so_list);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1439 TAILQ_REMOVE(&s0->l2so->so_comp, l2so, so_list);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1124 TAILQ_REMOVE(&head->so_comp, so, so_list);

Completed in 149 milliseconds