| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| unwind-on-each-insn.exp | 23 # using -fno-asynchronous-unwind-tables, if supported. 24 if { [gdb_can_simple_compile fno-asynchronous-unwind-tables \ 25 { void foo () { } } object -fno-asynchronous-unwind-tables] } { 26 lappend srcfile2_flags additional_flags=-fno-asynchronous-unwind-tables
|
| unwind-on-each-insn-amd64-2.exp | 32 # using -fasynchronous-unwind-tables. 33 if { [gdb_can_simple_compile fasynchronous-unwind-tables \ 34 { void foo () { } } object -fasynchronous-unwind-tables] } { 35 lappend srcfile2_flags additional_flags=-fasynchronous-unwind-tables
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| unwind-on-each-insn.exp | 23 # using -fno-asynchronous-unwind-tables, if supported. 24 if { [gdb_can_simple_compile fno-asynchronous-unwind-tables \ 25 { void foo () { } } object -fno-asynchronous-unwind-tables] } { 26 lappend srcfile2_flags additional_flags=-fno-asynchronous-unwind-tables
|
| unwind-on-each-insn-amd64-2.exp | 32 # using -fasynchronous-unwind-tables. 33 if { [gdb_can_simple_compile fasynchronous-unwind-tables \ 34 { void foo () { } } object -fasynchronous-unwind-tables] } { 35 lappend srcfile2_flags additional_flags=-fasynchronous-unwind-tables
|
| /src/sys/arch/i386/stand/ |
| Makefile.inc | 12 OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \ 13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
|
| /src/external/bsd/less/dist/ |
| lesskey_parse.c | 145 static void init_tables(struct lesskey_tables *tables) 147 tables->currtable = &tables->cmdtable; 149 tables->cmdtable.names = cmdnames; 150 tables->cmdtable.is_var = 0; 151 xbuf_init(&tables->cmdtable.buf); 153 tables->edittable.names = editnames; 154 tables->edittable.is_var = 0; 155 xbuf_init(&tables->edittable.buf); 157 tables->vartable.names = NULL 533 add_cmd_str(tstr(&p, 0), tables); local [all...] |
| lesskey.h | 65 extern int parse_lesskey(char *infile, struct lesskey_tables *tables);
|
| lesskey.c | 281 struct lesskey_tables tables; local 310 errors = parse_lesskey(infile, &tables); 342 fputint(out, tables.cmdtable.buf.end); 343 fputbytes(out, (char *)tables.cmdtable.buf.data, tables.cmdtable.buf.end); 346 fputint(out, tables.edittable.buf.end); 347 fputbytes(out, (char *)tables.edittable.buf.data, tables.edittable.buf.end); 351 fputint(out, tables.vartable.buf.end); 352 fputbytes(out, (char *)tables.vartable.buf.data, tables.vartable.buf.end) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| gen-errorlist.py | 50 tables = rfc3454.read(sys.argv[1]) variable 54 tables[x] = t2[x] 89 for l in tables[t]: 104 (start, length, description, tables) = x 105 symbols = stringprep.symbols(error_list, tables) 110 % (start, length, symbols, ",".join(tables), description))
|
| gen-map.py | 51 tables = rfc3454.read(sys.argv[1]) variable 55 tables[x] = t2[x] 92 for l in tables[t]: 130 (key, value, description, tables) = x 131 symbols = stringprep.symbols(map_list, tables) 133 print("no symbol for %s %s (%s)" % (key, description, tables)) 137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
|
| gen-normalize.py | 143 tables = {} variable 147 global table, tables 150 tables[ret] = [0] + [None] * 16 161 add(tables[table[i]], k[1:], v) 166 add(tables[top], k, v) 173 for k in sortedKeys(tables) : 174 t = tables[k] 196 for k in sortedKeys(tables) : 197 t = tables[k]
|
| gen-bidi.py | 48 tables = rfc3454.read(sys.argv[1]) variable 82 for l in tables[table]:
|
| /src/external/bsd/flex/dist/tests/ |
| testwrapper.sh | 46 $TESTNAME ${USE_TABLES:+${INPUT_DIRECTORY}/${TESTNAME%.exe}.tables} ${INPUT_NAME} 52 $TESTNAME ${USE_TABLES:+${INPUT_DIRECTORY}/${TESTNAME%.exe}.tables} < $INPUT_NAME 54 $TESTNAME ${USE_TABLES:+${INPUT_DIRECTORY}/${TESTNAME%.exe}.tables} $INPUT_NAME
|
| /src/external/mpl/bind/dist/lib/isc/ |
| hashmap.c | 62 /* We have two tables for incremental rehashing */ 91 hashmap_table_t tables[HASHMAP_NUM_TABLES]; member in struct:isc_hashmap 126 return hashmap->tables[hashmap_nexttable(hashmap->hindex)].table != 150 hashmap->tables[idx].hashbits, hashmap->tables[idx].size); 151 for (size_t i = 0; i < hashmap->tables[idx].size; i++) { 152 hashmap_node_t *node = &hashmap->tables[idx].table[i]; 155 node->hashval, hashmap->tables[idx].hashbits); 171 REQUIRE(hashmap->tables[idx].hashbits == HASHMAP_NO_BITS); 172 REQUIRE(hashmap->tables[idx].table == NULL) [all...] |
| /src/sys/stand/efiboot/bootaa64/ |
| Makefile | 16 COPTS+= -mgeneral-regs-only -mlittle-endian -fno-jump-tables
|
| /src/external/bsd/byacc/dist/ |
| yaccpar.c | 48 const char *const tables[] = variable
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| result.c | 114 static ISC_LIST(resulttable) tables; 143 ISC_LIST_APPEND(tables, table, link); 155 ISC_LIST_INIT(tables); 184 for (table = ISC_LIST_HEAD(tables);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| result.c | 194 register_table(resulttable_list_t *tables, unsigned int base, 218 ISC_LIST_APPEND(*tables, table, link); 256 isc_result_tomany_helper(resulttable_list_t *tables, isc_result_t result) { 266 for (table = ISC_LIST_HEAD(*tables); table != NULL;
|
| /src/external/gpl3/gcc/lib/crtstuff/arch/ |
| x86_64.mk | 7 G_CRTSTUFF_T_CFLAGS=-fno-omit-frame-pointer -fno-asynchronous-unwind-tables
|
| /src/external/gpl3/gcc.old/lib/crtstuff/arch/ |
| x86_64.mk | 7 G_CRTSTUFF_T_CFLAGS=-fno-omit-frame-pointer -fno-asynchronous-unwind-tables
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
| amdgpu_smu_v12_0.c | 292 struct smu_table *tables = NULL; local 294 if (smu_table->tables) 297 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table), 299 if (!tables) 302 smu_table->tables = tables; 304 return smu_tables_init(smu, tables); 311 if (!smu_table->tables) 315 kfree(smu_table->tables); 318 smu_table->tables = NULL [all...] |
| /src/sys/dev/dm/ |
| dm_table.c | 111 return &head->tables[id]; 165 tbl = &head->tables[id]; 197 tbl = &head->tables[id]; 200 * Find out what tables I want to select. 249 tbl = &head->tables[id]; 252 * Find out what tables I want to select. 291 tbl = &head->tables[id]; 312 /* Initialize tables. */ 313 SLIST_INIT(&head->tables[0]); 314 SLIST_INIT(&head->tables[1]) [all...] |
| /src/sys/arch/ia64/ia64/ |
| mainbus.c | 76 int tables, i; local 87 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - 90 for (i = 0; i < tables; i++) {
|
| /src/distrib/arc/ramdisk/ |
| Makefile | 11 DBG= -Os -mmemcpy -fno-unwind-tables
|
| /src/distrib/dreamcast/ramdisk/ |
| Makefile | 11 DBG= -Os -fno-unwind-tables
|