Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 1635) sorted by relevance

12345678910>>...66

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymtab.h30 struct symbol;
173 #define SYMBOL_LANGUAGE(symbol) (symbol)->ginfo.language argument
174 #define SYMBOL_SECTION(symbol) (symbol)->ginfo.section argument
227 #define SYMBOL_LINKAGE_NAME(symbol) (symbol)->ginfo.name argument
582 int (*read_needs_frame) (struct symbol * symbol);
663 #define SYMBOL_DOMAIN(symbol) (symbol)->domain argument
664 #define SYMBOL_CLASS(symbol) (symbol)->aclass argument
665 #define SYMBOL_TYPE(symbol) (symbol)->type argument
666 #define SYMBOL_LINE(symbol) (symbol)->line argument
669 #define SYMBOL_OPS(symbol) (symbol)->ops argument
[all …]
H A Ddictionary.c154 struct symbol **syms;
161 struct symbol **syms;
499 struct symbol *
509 struct symbol *
516 struct symbol *
524 struct symbol *
571 static struct symbol *
580 static struct symbol *
584 struct symbol *next; in iterator_next_hashed()
597 static struct symbol *
[all …]
H A Ddwarf2loc.c155 struct symbol *framefunc; in dwarf_expr_frame_base()
351 dwarf2_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax, in dwarf2_tracepoint_var_ref() argument
357 SYMBOL_PRINT_NAME (symbol)); in dwarf2_tracepoint_var_ref()
403 locexpr_read_variable (struct symbol *symbol, struct frame_info *frame) in locexpr_read_variable() argument
415 locexpr_read_needs_frame (struct symbol *symbol) in locexpr_read_needs_frame() argument
423 locexpr_describe_location (struct symbol *symbol, struct ui_file *stream) in locexpr_describe_location() argument
481 locexpr_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax, in locexpr_tracepoint_var_ref() argument
505 loclist_read_variable (struct symbol *symbol, struct frame_info *frame) in loclist_read_variable() argument
524 loclist_read_needs_frame (struct symbol *symbol) in loclist_read_needs_frame() argument
537 loclist_describe_location (struct symbol *symbol, struct ui_file *stream) in loclist_describe_location() argument
[all …]
H A Dsymmisc.c79 struct symbol *symbol; member
98 struct symbol *sym; in free_symtab_block()
449 struct symbol *sym; in dump_symtab()
519 s.symbol = sym; in dump_symtab()
592 struct symbol *symbol = ((struct print_symbol_args *) args)->symbol; in print_symbol() local
634 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), SYMBOL_PRINT_NAME (symbol), in print_symbol()
647 SYMBOL_VALUE (symbol), in print_symbol()
648 SYMBOL_VALUE (symbol)); in print_symbol()
712 SYMBOL_VALUE (symbol), SYMBOL_BASEREG (symbol)); in print_symbol()
717 SYMBOL_VALUE (symbol), SYMBOL_BASEREG (symbol)); in print_symbol()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol argument
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function argument
48 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
49 # define ASM_SYMBOL(symbol) symbol argument
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
51 # define ASM_WRAPPER_NAME(symbol) __interceptor_##symbol argument
53 # define ASM_HIDDEN(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_SYMBOL(symbol) _##symbol argument
57 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
[all …]
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c90 key.data = symbol->name; in symbol_delete()
94 switch(symbol->type) { in symbol_delete()
127 free(symbol->name); in symbol_delete()
128 free(symbol); in symbol_delete()
229 newnode->symbol = symbol; in symlist_add()
235 switch(symbol->type) { in symlist_add()
255 && (curnode->symbol->type > newnode->symbol->type in symlist_add()
256 || (curnode->symbol->type == newnode->symbol->type in symlist_add()
376 regnode->symbol->name); in aic_print_reg_dump_start()
414 regnode->symbol->name, in aic_print_reg_dump_end()
[all …]
H A Daicasm_gram.y429 symbol = $1;
675 symbol = $1;
861 $$.symbol = $1;
876 $$.symbol = $1;
887 $$.symbol = $1;
896 $$.symbol = accumulator.symbol;
1637 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()
1645 if (src->symbol == allones.symbol) in format_1_instr()
1647 else if (src->symbol == allzeros.symbol) in format_1_instr()
1649 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH2200 * value of this symbol.
4679 * This symbol encodes the prototype of getgrent_r.
4692 * This symbol encodes the prototype of getgrgid_r.
4705 * This symbol encodes the prototype of getgrnam_r.
4757 * This symbol encodes the prototype of getlogin_r.
4848 * This symbol encodes the prototype of getpwent_r.
4861 * This symbol encodes the prototype of getpwnam_r.
4874 * This symbol encodes the prototype of getpwuid_r.
4939 * This symbol encodes the prototype of gmtime_r.
5332 * This symbol holds the signedness of a Gid_t.
[all …]
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dlibperl.t236 my ($symbol) = $1;
349 $data_symbols{$symbol}++;
393 for my $symbol (sort keys %expected) {
394 if (defined $expected{$symbol} && !$Config{$expected{$symbol}}) {
396 skip("no $symbol");
402 ok(@o, "uses $symbol (@o)");
450 for my $symbol (sort keys %unexpected) {
451 if (defined $unexpected{$symbol} && !$Config{$unexpected{$symbol}}) {
453 skip("no $symbol");
461 if ($symbol eq 'sprintf' &&
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-dlx.c252 asymbol *symbol;
283 if (bfd_is_und_section (symbol->section)
304 relocation = (bfd_is_com_section (symbol->section)) ? 0 : symbol->value;
338 asymbol *symbol;
357 if (bfd_is_und_section (symbol->section)
383 val = (symbol->section->output_offset +
384 symbol->section->output_section->vma +
385 symbol->value) - vallo;
416 asymbol *symbol;
461 val = (symbol->section->output_offset +
[all …]
H A Dvms-gsd.c280 asymbol *symbol; local
392 symbol = entry->symbol;
394 symbol->value = 0;
511 symbol = entry->symbol;
527symbol->name, (int)symbol->section, symbol->section, old_flags, flag2str(gsyflagdesc, old_flags));
535symbol->name, symbol->section->name, symbol->section, old_flags, flag2str (gsyflagdesc, old_flags)…
638 if (symbol == 0)
649 symbol->name =
664 symbol->name =
693 entry->symbol = symbol;
[all …]
H A Delf32-or32.c285 asymbol *symbol;
301 insn += symbol->value;
315 asymbol *symbol;
331 insn += symbol->value;
345 asymbol *symbol;
361 insn += symbol->value;
395 asymbol *symbol;
414 relocation = symbol->value;
447 asymbol *symbol;
496 tmp += symbol->value;
[all …]
H A Dcoffgen.c588 asymbol *symbol;
940 #define set_index(symbol, idx) ((symbol)->udata.i = (idx)) argument
1114 if (lineno && !symbol->done_lineno && symbol->symbol.section->owner != NULL)
1123 symbol->symbol.section->output_section->moving_line_filepos;
1149 (symbol->symbol.section->output_section->vma
1150 + symbol->symbol.section->output_offset);
1157 symbol->symbol.section->output_section->moving_line_filepos +=
1161 return coff_write_symbol (abfd, &(symbol->symbol), native, written,
2076 symbol->name);
2087 symbol->name);
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H1250 * This symbol is the filename expanded version of the BIN symbol, for
2158 * value of this symbol.
3948 * This symbol contains the sizeof(IV).
3951 * This symbol contains the sizeof(UV).
3954 * This symbol contains the sizeof(I8).
3957 * This symbol contains the sizeof(U8).
3960 * This symbol contains the sizeof(I16).
3963 * This symbol contains the sizeof(U16).
3966 * This symbol contains the sizeof(I32).
3969 * This symbol contains the sizeof(U32).
[all …]
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc1252 * This symbol is the filename expanded version of the BIN symbol, for
2172 * value of this symbol.
4029 * This symbol contains the sizeof(IV).
4032 * This symbol contains the sizeof(UV).
4035 * This symbol contains the sizeof(I8).
4038 * This symbol contains the sizeof(U8).
4041 * This symbol contains the sizeof(I16).
4044 * This symbol contains the sizeof(U16).
4047 * This symbol contains the sizeof(I32).
4050 * This symbol contains the sizeof(U32).
[all …]
H A Dconfig_H.vc1252 * This symbol is the filename expanded version of the BIN symbol, for
2172 * value of this symbol.
4029 * This symbol contains the sizeof(IV).
4032 * This symbol contains the sizeof(UV).
4035 * This symbol contains the sizeof(I8).
4038 * This symbol contains the sizeof(U8).
4041 * This symbol contains the sizeof(I16).
4044 * This symbol contains the sizeof(U16).
4047 * This symbol contains the sizeof(I32).
4050 * This symbol contains the sizeof(U32).
[all …]
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample712 * value of this symbol.
871 * This symbol is the filename expanded version of the BIN symbol, for
2932 * This symbol contains the sizeof(IV).
2935 * This symbol contains the sizeof(UV).
2938 * This symbol contains the sizeof(I8).
2941 * This symbol contains the sizeof(U8).
2944 * This symbol contains the sizeof(I16).
2947 * This symbol contains the sizeof(U16).
2950 * This symbol contains the sizeof(I32).
2953 * This symbol contains the sizeof(U32).
[all …]
H A Dconfig.plan9788 * value of this symbol.
942 * This symbol is the filename expanded version of the BIN symbol, for
3072 * This symbol contains the sizeof(IV).
3075 * This symbol contains the sizeof(UV).
3078 * This symbol contains the sizeof(I8).
3081 * This symbol contains the sizeof(U8).
3084 * This symbol contains the sizeof(I16).
3087 * This symbol contains the sizeof(U16).
3090 * This symbol contains the sizeof(I32).
3093 * This symbol contains the sizeof(U32).
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dextract_symbols.py145 return symbol
151 return symbol
157 elif symbol.startswith('??_G') or symbol.startswith('??_E'):
161 elif symbol.startswith('??0?$') or symbol.startswith('??1?$'):
187 return symbol
197 symbol = symbol[1:]
199 if not symbol.startswith('_') and not symbol.startswith('.'):
200 return symbol
212 return symbol
340 if symbol:
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-gsd.c268 asymbol *symbol; in _bfd_vms_slurp_gsd() local
373 symbol = entry->symbol; in _bfd_vms_slurp_gsd()
375 symbol->value = 0; in _bfd_vms_slurp_gsd()
484 symbol = entry->symbol; in _bfd_vms_slurp_gsd()
501symbol->name, (int)symbol->section, symbol->section, old_flags, flag2str (gsyflagdesc, old_flags)); in _bfd_vms_slurp_gsd()
510 abfd->symcount, symbol->name, symbol->section->name, in _bfd_vms_slurp_gsd()
610 if (symbol == 0) in _bfd_vms_slurp_gsd()
631 symbol->name, (int) symbol->section, old_flags, in _bfd_vms_slurp_gsd()
650 symbol->name, in _bfd_vms_slurp_gsd()
667 entry->symbol = symbol; in _bfd_vms_slurp_gsd()
[all …]
/openbsd/usr.bin/yacc/
H A Dlr0.c83 int i, count, max, symbol; in allocate_itemsets() local
91 symbol = *itemp; in allocate_itemsets()
92 if (symbol >= 0) { in allocate_itemsets()
94 symbol_count[symbol]++; in allocate_itemsets()
126 int i, j, symbol; in append_states() local
132 symbol = shift_symbol[i]; in append_states()
188 get_state(int symbol) in get_state() argument
268 int symbol; in new_itemsets() local
276 symbol = ritem[i]; in new_itemsets()
277 if (symbol > 0) { in new_itemsets()
[all …]
H A Dmkpar.c103 int symbol; in get_shifts() local
115 temp->symbol = symbol; in get_shifts()
155 for (next = actions; next && next->symbol < symbol; next = next->next) in add_reduce()
158 while (next && next->symbol == symbol && next->action_code == SHIFT) { in add_reduce()
163 while (next && next->symbol == symbol && in add_reduce()
171 temp->symbol = symbol; in add_reduce()
240 int symbol; in remove_conflicts() local
250 symbol = -1; in remove_conflicts()
252 if (p->symbol != symbol) { in remove_conflicts()
254 symbol = p->symbol; in remove_conflicts()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsyms.texi17 would be lost. The symbol table of a BFD
30 * symbol handling functions::
147 with the symbol.
164 /* Attributes of a symbol. */
179 /* A normal C symbol would be one of:
203 /* The symbol used to be a common symbol, but now it is
220 /* Signal that the symbol is a warning symbol. The name is a
226 /* Signal that the symbol is indirect. This symbol is an indirect
227 pointer to the symbol with the same name as the next symbol. */
241 /* This symbol is a debugging symbol. The value is the offset
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp91 optional_info.callable_symbol = *symbol; in line_entry_helper()
207 Symbol *symbol = nullptr; in FindLibCppStdFunctionCallableInfo() local
215 symbol = sc.symbol; in FindLibCppStdFunctionCallableInfo()
217 if (symbol == nullptr) in FindLibCppStdFunctionCallableInfo()
256 symbol = sc.symbol; in FindLibCppStdFunctionCallableInfo()
261 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false); in FindLibCppStdFunctionCallableInfo()
279 if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for") && in FindLibCppStdFunctionCallableInfo()
325 if (symbol == nullptr) in FindLibCppStdFunctionCallableInfo()
353 Symbol *symbol; in GetStepThroughTrampolinePlan() local
361 symbol = sc.symbol; in GetStepThroughTrampolinePlan()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsyms.texi17 would be lost. The symbol table of a BFD
30 * symbol handling functions::
147 with the symbol.
164 /* Attributes of a symbol. */
179 /* A normal C symbol would be one of:
203 /* The symbol used to be a common symbol, but now it is
220 /* Signal that the symbol is a warning symbol. The name is a
226 /* Signal that the symbol is indirect. This symbol is an indirect
227 pointer to the symbol with the same name as the next symbol. */
241 /* This symbol is a debugging symbol. The value is the offset
[all …]

12345678910>>...66