Searched refs:sai (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymfile-mem.c73 struct section_addr_info *sai; local
99 sai = alloc_section_addr_info (bfd_count_sections (nbfd));
100 make_cleanup (xfree, sai);
105 sai->other[i].addr = bfd_get_section_vma (nbfd, sec) + loadbase;
106 sai->other[i].name = (char *) bfd_get_section_name (nbfd, sec);
107 sai->other[i].sectindex = sec->index;
112 sai, OBJF_SHARED);
H A Djit.c248 struct section_addr_info *sai; local
287 sai = alloc_section_addr_info (bfd_count_sections (nbfd));
288 make_cleanup_free_section_addr_info (sai);
295 sai->other[i].addr = bfd_get_section_vma (nbfd, sec);
296 sai->other[i].name = xstrdup (bfd_get_section_name (nbfd, sec));
297 sai->other[i].sectindex = sec->index;
301 /* This call takes ownership of sai. */
302 objfile = symbol_file_add_from_bfd (nbfd, 0, sai, OBJF_SHARED);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c544 struct addrinfo hints, *res, *sai; local
615 for( sai=res; sai != NULL; sai=sai->ai_next) {
616 if( sai->ai_addr == NULL ) {
623 s = ldap_int_socket( ld, sai->ai_family, socktype );
633 switch (sai->ai_family) {
638 &((struct sockaddr_in6 *)sai->ai_addr)->sin6_addr,
647 &((struct sockaddr_in *)sai
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1162 struct addrinfo hints, *res, *sai; local
1178 sai = res;
1179 for (n=2; (sai = sai->ai_next) != NULL; n++) {
1188 for ( sai=res; sai; sai=sai->ai_next ) {
1189 if( sai->ai_addr == NULL ) {
1196 switch (sai
[all...]

Completed in 111 milliseconds