Searched refs:fdr (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/tests/kits/net/
H A Dselect_test.c18 struct fd_set fdr, fdw, fde; local
28 FD_ZERO(&fdr);
29 FD_SET(s, &fdr);
40 rv = select(s + 1, &fdr, NULL, &fde, &tv);
47 FD_ZERO(&fdr);
48 FD_SET(s, &fdr);
55 rv = select(s +1, &fdr, &fdw, &fde, NULL);
58 if (FD_ISSET(s, &fdr))
H A Dselect_test2.c18 struct fd_set fdr, fdw, fde; local
39 FD_ZERO(&fdr);
40 FD_SET(s, &fdr);
51 rv = select(s + 1, &fdr, NULL, &fde, &tv);
55 FD_ZERO(&fdr);
56 FD_SET(s, &fdr);
57 FD_SET(f, &fdr);
65 rv = select(f +1, &fdr, NULL, NULL, NULL);
69 if (FD_ISSET(s, &fdr))
75 if (FD_ISSET(f, &fdr))
[all...]
H A Dselect_test_big.c21 struct fd_set fdr, fdw, fde; local
51 FD_ZERO(&fdr);
55 FD_SET(s[i], &fdr);
67 rv = select(max + 1, &fdr, NULL, &fde, &tv);
74 FD_ZERO(&fdr);
76 FD_SET(s[i], &fdr);
85 rv = select(max +1, &fdr, &fdw, &fde, NULL);
89 if (FD_ISSET(s[0], &fdr))
/haiku-fatelf/src/bin/gdb/bfd/
H A Decofflink.c395 struct shuffle *fdr;
525 ainfo->fdr = NULL;
656 if (input_debug->fdr != (FDR *) NULL)
658 fdr_start = (bfd_byte *) input_debug->fdr;
696 FDR fdr;
698 if (input_debug->fdr != (FDR *) NULL) local
699 fdr = *(FDR *) fdr_ptr;
701 (*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr);
704 if (fdr.cbLine == 0 && fdr
392 struct shuffle *fdr; member in struct:accumulate
693 FDR fdr; local
783 FDR fdr; local
799 (*input_swap->swap_fdr_in) (input_bfd, (PTR) fdr_ptr, &fdr); local
1134 FDR fdr; local
[all...]
H A Decoff.c532 struct fdr *fdr_ptr;
636 We need to look at the fdr to deal with a lot of information in
639 amt *= sizeof (struct fdr);
640 debug->fdr = (struct fdr *) bfd_alloc (abfd, amt);
641 if (debug->fdr == NULL)
644 fdr_ptr = debug->fdr;
679 new->fdr = (FDR *) NULL;
1003 internal_ptr->fdr = (ecoff_data (abfd)->debug_info.fdr
1561 FDR *fdr; local
[all...]
H A Dlibecoff.h157 /* The fdr for this symbol. */
158 FDR *fdr; member in struct:ecoff_symbol_struct
H A Delf64-alpha.c2573 debug->fdr = NULL;
2666 struct fdr *fdr_ptr;
2683 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
2684 fi->d.fdr = (struct fdr *) bfd_alloc (abfd, amt);
2685 if (fi->d.fdr == NULL)
2691 fdr_ptr = fi->d.fdr;
H A Delfxx-mips.c817 debug->fdr = NULL;
7812 struct fdr *fdr_ptr;
7829 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
7830 fi->d.fdr = bfd_alloc (abfd, amt);
7831 if (fi->d.fdr == NULL)
7837 fdr_ptr = fi->d.fdr;
/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h324 FDR *fdr; member in struct:ecoff_debug_info
333 FDR *fdr; member in struct:ecoff_fdrtab_entry
H A Dsym.h113 typedef struct fdr { struct
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmdebugread.c376 fdrs = debug_info->fdr;
420 if (info->fdr == (FDR *) NULL)
426 info->fdr = (FDR *) obstack_alloc (&objfile->objfile_obstack,
432 fdr_ptr = info->fdr;
558 int f_idx = fh - debug_info->fdr;
573 int f_idx = fh - debug_info->fdr;
1464 if (aux_index >= (debug_info->fdr + fd)->caux)
1572 xref_fd = xref_fh - debug_info->fdr;
1789 indx = parse_type (fh - debug_info->fdr,
2052 cur_fdr = debug_info->fdr
[all...]

Completed in 205 milliseconds