Searched refs:symbol (Results 1 - 25 of 1086) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Ddef-fns1.C8 class symbol { class
10 symbol ();
19 symbol name;
21 hyphenation_language(symbol nm) : name(nm), exceptions(501) {}
H A Dgroff1.C10 class symbol class
13 symbol(const char *p, int how = 0) {} function in class:symbol
14 symbol() {} function in class:symbol
20 void lookup(symbol s, void *v=0) { win = 1; }
30 exceptions.lookup (symbol (buf), tem);
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dnoat-4.s2 lw $27, symbol($27)
H A Dnoat-7.s2 sw $27, symbol($27)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dx86-64-addr32.s2 lea symbol(%eax), %rax
3 lea symbol(%r8d), %rax
4 addr32 lea symbol(%rip), %rax
5 addr32 lea symbol, %rax
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dnoat-4.s2 lw $27, symbol($27)
H A Dnoat-7.s2 sw $27, symbol($27)
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dcommon1.l2 [^:]*: Error: symbol `foobar' can not be both weak and common
H A Dcommon2.l2 [^:]*: Error: symbol `foobar' can not be both weak and common
H A Dpseudo.l2 [^:]*:2: Error: Missing symbol name in directive
3 [^:]*:4: Error: Missing symbol name in directive
4 [^:]*:6: Error: Missing symbol name in directive
5 [^:]*:8: Error: Missing symbol name in directive
6 [^:]*:10: Error: Missing symbol name in directive
7 [^:]*:12: Error: Missing symbol name in directive
8 [^:]*:14: Error: Missing symbol name in directive
10 [^:]*:16: Error: Missing symbol name in directive
11 [^:]*:18: Error: Missing symbol name in directive
12 [^:]*:18: Error: unrecognized symbol typ
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddefault1.C6 int add(int const &symbol,
9 int add_sym(int const &symbol,
15 add_sym(fname); // Guarantee a symbol exists
/haiku-buildtools/gcc/libgcc/
H A Dfind-symver.awk1 # Extract the version of a single symbol from the version map.
25 $1 == symbol {
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dextract_symvers.pl20 # Extract symbol version information on Solaris 2.
22 # Sun ld doesn't record symbol versions in .dynsym entries and they cannot
37 # shared object, dash, version, symbol, [size]
38 (undef, undef, $version, $symbol, $size) = split;
51 next unless defined ($symbol);
54 next if ($symbol =~ /\{.*\}/);
61 $type{$symbol} = "OBJECT";
62 $version{$symbol} = $version;
63 $size{$symbol} = $size;
67 if ($version eq $symbol o
[all...]
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Ddounssym2 # objdump the symbol table, but strip off the headings and symbol
3 # numbers and sort the result. Intended for use in comparing symbol
6 objdump +symbols +omit-symbol-numbers $1 \
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Ddounssym2 # objdump the symbol table, but strip off the headings and symbol
3 # numbers and sort the result. Intended for use in comparing symbol
6 objdump +symbols +omit-symbol-numbers $1 \
/haiku-buildtools/binutils/include/gdb/
H A Dsignals.h52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dpcr-relocs-undef.d1 #name: C6X PCR relocs against undefined symbol
4 #error: undefined symbol
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dplugin-12.d2 .*: symbol `func' definition: 0, visibility: 0, resolution: 2
3 .*: symbol `func1' definition: 0, visibility: 1, resolution: 3
4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
/haiku-buildtools/legacy/binutils/gas/
H A Ddw2gencfi.h27 struct symbol;
36 extern void cfi_new_fde (struct symbol *);
37 extern void cfi_end_fde (struct symbol *);
39 extern void cfi_add_advance_loc (struct symbol *);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_64.f9014 type (symbol_struct) symbol component in type:curve_struct
21 write(10,*) " curve(1)%symbol%typee = 1234"
25 if (curve(1)%symbol%typee /= 1234) call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C13 struct symbol struct
24 void symbol::init() { name = string(); }
27 symbol first;
28 symbol second;
29 pair(const symbol& __a, const symbol& __b) : first(__a), second(__b) { }
38 symbol base;
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Dpcrel_pic_undefined.d4 #warning: .*: relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol.*fPIC.*
5 #warning: .*: relocation R_AARCH64_ADR_PREL_PG_HI21_NC against external symbol.*fPIC.*
6 #warning: .*: relocation R_AARCH64_ADR_PREL_LO21 against external symbol.*fPIC.*
7 #warning: .*: relocation R_AARCH64_LD_PREL_LO19 against external symbol.*fPIC.*
8 #warning: .*: relocation R_AARCH64_PREL16 against external symbol.*fPIC.*
9 #warning: .*: relocation R_AARCH64_PREL32 against external symbol.*fPIC.*
10 #warning: .*: relocation R_AARCH64_PREL64 against external symbol.*fPIC.*
/haiku-buildtools/gcc/gcc/
H A Dipa-comdats.c21 exlusively by symbol within one comdat group. In this case it makes
22 sense to bring the symbol itself into the group to avoid dead code
44 TODO: When symbol is used only by comdat symbols, but from different groups,
77 the symbol table. All references to SYMBOL are examined
82 propagate_comdat_group (struct symtab_node *symbol, argument
91 symbol->iterate_referring (i, ref)
106 if (symbol->type != symbol2->type)
137 cgraph_node *cnode = dyn_cast <cgraph_node *> (symbol);
179 symtab_node *symbol)
184 for (i = 0; symbol
178 enqueue_references(symtab_node **first, symtab_node *symbol) argument
225 set_comdat_group(symtab_node *symbol, void *head_p) argument
240 set_comdat_group_1(cgraph_node *symbol, void *head_p) argument
253 symtab_node *symbol; local
[all...]
/haiku-buildtools/binutils/zlib/contrib/puff/
H A Dpuff.c65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member in struct:huffman
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */
247 if (code - count < first) /* if length len, return symbol */
248 return h->symbol[index + (code - first)];
269 int index; /* index of first code of length len in symbol table */
284 if (code - count < first) { /* if length len, return symbol */
342 int symbol; /* current symbol when stepping through length[] */ local
440 int symbol; /* decoded symbol */ local
545 int symbol; local
704 int symbol; /* decoded value */ local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dadr-invalid.l2 [^:]*:3: Error: symbol var is in a different section
3 [^:]*:4: Error: undefined symbol undefinedvar used as an immediate value
4 [^:]*:5: Error: symbol var is in a different section
5 [^:]*:6: Error: undefined symbol undefinedvar used as an immediate value

Completed in 91 milliseconds

1234567891011>>