Searched refs:swapped (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c858 int swapped;
865 swapped = 0;
876 swapped = 1;
882 while (swapped);
851 int swapped; local
H A Dgdbarch.sh1110 region are created. These memory regions are swapped whenever the
1114 Memory regions are swapped / initialized in the order that they are
1825 /* Keep a registry of swapped data required by GDB modules. */
2054 /* The existing architecture has been swapped out - all this code
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-int.h65 int swapped; member in struct:pcap_sf
H A Dsavefile.c894 p->sf.swapped = 1;
1062 if (p->sf.swapped) {
1084 * so presumably they weren't swapped.
H A Dpcap.c521 return (p->sf.swapped);
H A Dgencode.c2201 bpf_pcap->sf.swapped)
/haiku-fatelf/src/kits/mail/
H A DMailAttachment.cpp739 int64 length, swapped; local
741 swapped = B_HOST_TO_BENDIAN_INT64(length);
742 io->Write(&swapped,sizeof(int64));
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-sh.c991 bfd_boolean swapped;
1005 if (! sh_align_loads (abfd, sec, internal_relocs, contents, &swapped))
1008 if (swapped)
2268 instructions can be swapped safely. */
2561 optimistically hope that it will be swapped
2596 swapped. */
2706 swapped, we must adjust it. It would be incorrect to do this
990 bfd_boolean swapped; local
H A Delf32-sh.c2477 bfd_boolean swapped;
2492 &swapped))
2495 if (swapped)
3133 swapped, we must adjust it. It would be incorrect to do this
2476 bfd_boolean swapped; local

Completed in 103 milliseconds