| /src/external/gpl3/gdb/dist/gdb/ |
| osabi.c | 117 /* Sniffer to find the OS ABI for a given file's architecture and flavour. 119 disambiguate one OS's a.out from another, for example. The first sniffer 120 to return something other than GDB_OSABI_UNKNOWN wins, so a sniffer should 127 enum gdb_osabi (*sniffer)(bfd *); 137 struct gdb_osabi_sniffer *sniffer; 139 sniffer = XNEW (struct gdb_osabi_sniffer); 140 sniffer->arch = arch; 141 sniffer->flavour = flavour; 142 sniffer->sniffer = sniffer_fn 126 enum gdb_osabi (*sniffer)(bfd *); member in struct:gdb_osabi_sniffer 136 struct gdb_osabi_sniffer *sniffer; local 151 struct gdb_osabi_sniffer *sniffer; local [all...] |
| frame-base.c | 57 frame_base_sniffer_ftype *sniffer; member in struct:frame_base_table_entry 81 frame_base_sniffer_ftype *sniffer) 87 (*table->tail)->sniffer = sniffer; 111 desc = entry->sniffer (this_frame);
|
| frame-base.h | 73 /* Append a frame base sniffer to the list. The sniffers are polled 77 frame_base_sniffer_ftype *sniffer);
|
| frame-unwind.h | 59 /* A default frame sniffer which always accepts the frame. Used by 171 frame_sniffer_ftype *sniffer; member in struct:frame_unwind 185 /* Add a frame sniffer to the list. The predicates are polled in the 187 frame sniffer. */
|
| tramp-frame.c | 169 unwinder->sniffer = tramp_frame_sniffer;
|
| frame-unwind.c | 77 /* The DWARF tailcall sniffer must come before the inline sniffer. 79 tailcall information, but then the inline sniffer claims a frame 80 before the tailcall sniffer, resulting in confusion. This is 81 safe to do always because the tailcall sniffer can only ever be 121 /* Call SNIFFER from UNWINDER. If it succeeded set UNWINDER for 138 res = unwinder->sniffer (unwinder, this_frame, this_cache); 173 /* Don't set *THIS_CACHE to NULL here, because sniffer has to do 215 /* A default frame sniffer which always accepts the frame. Used by
|
| windows-tdep.c | 1407 sniffer = cygwin_sigwrapper_frame_sniffer;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| osabi.c | 204 /* Sniffer to find the OS ABI for a given file's architecture and flavour. 206 disambiguate one OS's a.out from another, for example. The first sniffer 207 to return something other than GDB_OSABI_UNKNOWN wins, so a sniffer should 214 enum gdb_osabi (*sniffer)(bfd *); 224 struct gdb_osabi_sniffer *sniffer; 226 sniffer = XNEW (struct gdb_osabi_sniffer); 227 sniffer->arch = arch; 228 sniffer->flavour = flavour; 229 sniffer->sniffer = sniffer_fn 213 enum gdb_osabi (*sniffer)(bfd *); member in struct:gdb_osabi_sniffer 223 struct gdb_osabi_sniffer *sniffer; local 238 struct gdb_osabi_sniffer *sniffer; local [all...] |
| frame-base.c | 57 frame_base_sniffer_ftype *sniffer; member in struct:frame_base_table_entry 81 frame_base_sniffer_ftype *sniffer) 87 (*table->tail)->sniffer = sniffer; 111 desc = entry->sniffer (this_frame);
|
| frame-base.h | 73 /* Append a frame base sniffer to the list. The sniffers are polled 77 frame_base_sniffer_ftype *sniffer);
|
| frame-unwind.h | 59 /* A default frame sniffer which always accepts the frame. Used by 171 frame_sniffer_ftype *sniffer; member in struct:frame_unwind 185 /* Add a frame sniffer to the list. The predicates are polled in the 187 frame sniffer. */
|
| tramp-frame.c | 169 unwinder->sniffer = tramp_frame_sniffer;
|
| frame-unwind.c | 77 /* The DWARF tailcall sniffer must come before the inline sniffer. 79 tailcall information, but then the inline sniffer claims a frame 80 before the tailcall sniffer, resulting in confusion. This is 81 safe to do always because the tailcall sniffer can only ever be 121 /* Call SNIFFER from UNWINDER. If it succeeded set UNWINDER for 138 res = unwinder->sniffer (unwinder, this_frame, this_cache); 173 /* Don't set *THIS_CACHE to NULL here, because sniffer has to do 215 /* A default frame sniffer which always accepts the frame. Used by
|
| windows-tdep.c | 1407 sniffer = cygwin_sigwrapper_frame_sniffer;
|
| /src/external/intel-fw-eula/ipw2200/ |
| Makefile | 6 dist/ipw2200-sniffer.fw
|
| /src/external/bsd/file/dist/magic/ |
| Makefile.am | 289 $(MAGIC_FRAGMENT_DIR)/sniffer \
|
| /src/sys/dev/usb/ |
| if_otus.c | 2504 /* Enable deaggregator, response in sniffer mode */ 3164 uint32_t filter, pm_mode, sniffer; local 3190 sniffer = AR_MAC_REG_SNIFFER_DEFAULTS; 3211 sniffer |= AR_MAC_REG_SNIFFER_ENABLE_PROMISC; 3219 otus_write(sc, AR_MAC_REG_SNIFFER, sniffer);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-unwind.c | 76 /* Its architecture, passed by the sniffer caller. */ 358 "sniffer has unexpected size: %s instead of %s.", 821 /* Frame sniffer dispatch. */ 991 unwinder->sniffer = pyuw_sniffer;
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-unwind.c | 76 /* Its architecture, passed by the sniffer caller. */ 358 "sniffer has unexpected size: %s instead of %s.", 821 /* Frame sniffer dispatch. */ 991 unwinder->sniffer = pyuw_sniffer;
|