Searched refs:fde (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tests/kits/net/
H A Dselect_test.c18 struct fd_set fdr, fdw, fde; local
32 FD_ZERO(&fde);
33 FD_SET(s, &fde);
40 rv = select(s + 1, &fdr, NULL, &fde, &tv);
51 FD_ZERO(&fde);
52 FD_SET(s, &fde);
55 rv = select(s +1, &fdr, &fdw, &fde, NULL);
62 if (FD_ISSET(s, &fde))
H A Dselect_test2.c18 struct fd_set fdr, fdw, fde; local
43 FD_ZERO(&fde);
44 FD_SET(s, &fde);
51 rv = select(s + 1, &fdr, NULL, &fde, &tv);
60 FD_ZERO(&fde);
61 FD_SET(s, &fde);
73 if (FD_ISSET(s, &fde))
H A Dselect_test_big.c21 struct fd_set fdr, fdw, fde; local
59 FD_ZERO(&fde);
60 // FD_SET(s, &fde);
67 rv = select(max + 1, &fdr, NULL, &fde, &tv);
80 FD_ZERO(&fde);
82 FD_SET(s[i], &fde);
85 rv = select(max +1, &fdr, &fdw, &fde, NULL);
93 if (FD_ISSET(s[0], &fde))
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c575 struct dwarf2_fde *fde;
607 fde = dwarf2_frame_find_fde (&fs->pc);
608 gdb_assert (fde != NULL);
611 fs->data_align = fde->cie->data_alignment_factor;
612 fs->code_align = fde->cie->code_alignment_factor;
613 fs->retaddr_column = fde->cie->return_address_register;
616 execute_cfa_program (fde->cie->initial_instructions,
617 fde->cie->end, next_frame, fs);
624 execute_cfa_program (fde->instructions, fde
570 struct dwarf2_fde *fde; local
1174 struct dwarf2_fde *fde; local
1201 add_fde(struct comp_unit *unit, struct dwarf2_fde *fde) argument
1384 struct dwarf2_fde *fde; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c983 hdr_info->array[hdr_info->array_count++].fde
1089 fde_count x [encoded] initial_loc, fde
1158 hdr_info->array[i].fde - sec->output_section->vma,
H A Delf-bfd.h317 bfd_vma fde;
316 bfd_vma fde; member in struct:eh_frame_array_ent

Completed in 109 milliseconds