HomeSort by relevance Sort by last modified time
    Searched refs:gas (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k-coff/
p2389.s 2 # clean and complies with gas syntax, but it core dumps gas. Here's a
12 # #3 0x13ef8 in main (argc=5, argv=0xf7fff7bc) at ../../p3/gas/as.c:310
15 # gas did manage to create the .o file at this point.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
eh-1.s 1 ! PR gas/6043
  /external/wpa_supplicant_8/src/ap/
gas_query_ap.c 2 * Generic advertisement service (GAS) query (hostapd)
17 #include "common/gas.h"
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
33 * struct gas_query_pending - Pending GAS query
37 struct gas_query_ap *gas; member in struct:gas_query_pending
59 * struct gas_query_ap - Internal GAS query data
72 static void gas_query_tx_initial_req(struct gas_query_ap *gas,
74 static int gas_query_new_dialog_token(struct gas_query_ap *gas, const u8 *dst);
88 * gas_query_ap_init - Initialize GAS query componen
95 struct gas_query_ap *gas; local
307 struct gas_query_ap *gas = eloop_data; local
336 struct gas_query_ap *gas = eloop_data; local
602 struct gas_query_ap *gas = eloop_data; local
    [all...]
gas_query_ap.h 2 * Generic advertisement service (GAS) query
17 void gas_query_ap_deinit(struct gas_query_ap *gas);
18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
22 * enum gas_query_ap_result - GAS query result
33 int gas_query_ap_req(struct gas_query_ap *gas, const u8 *dst, int freq,
40 void gas_query_ap_tx_status(struct gas_query_ap *gas, const u8 *dst,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
group-1.d 3 # Sanity check; the .section line caused a gas SEGV.
4 # See PR gas/14521.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
pe.exp 1 # Expect control script for GAS testsuite PE object-format-specific tests.
22 load_lib gas-dg.exp
23 load_lib gas-defs.exp
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
16 #include "common/gas.h"
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
34 * struct gas_query_pending - Pending GAS query
38 struct gas_query *gas; member in struct:gas_query_pending
60 * struct gas_query - Internal GAS query data
76 static void gas_query_tx_initial_req(struct gas_query *gas,
78 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst);
92 * gas_query_init - Initialize GAS query componen
98 struct gas_query *gas; local
134 struct gas_query *gas = query->gas; local
224 struct gas_query *gas = wpa_s->gas; local
349 struct gas_query *gas = eloop_data; local
378 struct gas_query *gas = eloop_data; local
651 struct gas_query *gas = eloop_data; local
678 struct gas_query *gas = query->gas; local
    [all...]
gas_query.h 2 * Generic advertisement service (GAS) query
18 void gas_query_deinit(struct gas_query *gas);
19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa,
24 * enum gas_query_result - GAS query result
35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
50 static inline void gas_query_deinit(struct gas_query *gas)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
error.exp 19 load_lib gas-dg.exp
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-and-micromips.d 2 #source: ../../../gas/testsuite/gas/mips/nop.s -mips16
3 #source: ../../../gas/testsuite/gas/mips/nop.s -mmicromips
jalx-addend-n32.d 2 #source: ../../../gas/testsuite/gas/mips/jalx-addend.s
jalx-addend-n64.d 2 #source: ../../../gas/testsuite/gas/mips/jalx-addend.s
jalx-local-n32.d 2 #source: ../../../gas/testsuite/gas/mips/jalx-local.s
jalx-local-n64.d 2 #source: ../../../gas/testsuite/gas/mips/jalx-local.s
  /external/wpa_supplicant_8/src/common/
gas_server.h 2 * Generic advertisement service (GAS) server
21 void gas_server_deinit(struct gas_server *gas);
22 int gas_server_register(struct gas_server *gas,
30 int gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa,
33 void gas_server_tx_status(struct gas_server *gas, const u8 *dst, const u8 *data,
38 static inline void gas_server_deinit(struct gas_server *gas)
gas_server.c 2 * Generic advertisement service (GAS) server
15 #include "gas.h"
30 struct gas_server *gas; member in struct:gas_server_handler
59 wpa_printf(MSG_DEBUG, "GAS: Response @%p timeout for " MACSTR
77 wpa_printf(MSG_DEBUG, "DPP: Free GAS response @%p", response);
85 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler,
102 wpa_printf(MSG_DEBUG, "DPP: Allocated GAS response @%p", response);
140 "GAS: Need to fragment query response");
143 "GAS: Full query response fits in the GAS Initial Response frame")
238 struct gas_server *gas = handler->gas; local
420 struct gas_server *gas; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb-b-bad.s 5 b . - 0xfffffe @ gas mis-assembles as a forward branch
8 b . + 0x1000004 @ gas mis-assembles as a backward branch
9 b.w . + 0x2000002 @ gas mis-assembles as a backward branch
11 f: b g @ gas mis-assembles as a backward branch
15 g: b f @ gas mis-assembles as a forward branch
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mcf-wdebug.s 1 # Check that gas recognizes both wdebug and wdebug.l.
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
gas-dg.exp 1 # Define gas callbacks for dg.exp.
25 proc gas-dg-test { prog do_what tool_flags } {
26 # FIXME: the gas testsuite doesn't define tmpdir. Use outdir?
62 proc gas-dg-prune { system text } {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
global.s 5 ; Official gas code will not accept sym-$global$.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
error.exp 21 load_lib gas-dg.exp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
mismatch.exp 19 # GAS issues two lines of error text for each mismatch:
28 load_lib gas-dg.exp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/
error.exp 25 load_lib gas-dg.exp
  /toolchain/binutils/binutils-2.27/
setup.com 18 $ set def [-.gas]
32 $ set def [-.gas]
48 $ set def [-.gas]
  /external/swiftshader/third_party/LLVM/test/
site.exp.in 26 set gas "@AS@"

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 910