| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aicasm_symbol.c | 69 symbol_t *new_symbol; in symbol_create() local 71 new_symbol = (symbol_t *)malloc(sizeof(symbol_t)); in symbol_create() 72 if (new_symbol == NULL) { in symbol_create() 76 memset(new_symbol, 0, sizeof(*new_symbol)); in symbol_create() 77 new_symbol->name = strdup(name); in symbol_create() 78 if (new_symbol->name == NULL) in symbol_create() 80 new_symbol->type = UNINITIALIZED; in symbol_create() 81 return (new_symbol); in symbol_create() 184 symbol_t *new_symbol; in symtable_get() local 186 new_symbol = symbol_create(name); in symtable_get() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mdebugread.c | 280 static struct symbol *new_symbol (char *); 652 s = new_symbol (name); in parse_symbol() 659 s = new_symbol (name); in parse_symbol() 682 s = new_symbol (name); in parse_symbol() 707 s = new_symbol (name); in parse_symbol() 737 s = new_symbol (name); in parse_symbol() 779 s = new_symbol (name); in parse_symbol() 1136 s = new_symbol (name); in parse_symbol() 1192 s = new_symbol (MIPS_EFI_SYMBOL_NAME); in parse_symbol() 1337 s = new_symbol (name); in parse_symbol() [all …]
|
| D | dwarfread.c | 510 static struct symbol *new_symbol (struct dieinfo *, struct objfile *); 1146 sym = new_symbol (dip, objfile); in read_structure_scope() 1607 sym = new_symbol (dip, objfile); in read_enumeration() 1796 new->name = new_symbol (dip, objfile); in read_func_scope() 2003 new_symbol (&di, objfile); in process_dies() 2846 new_symbol (struct dieinfo *dip, struct objfile *objfile) in new_symbol() function
|
| D | dwarf2read.c | 843 static struct symbol *new_symbol (struct die_info *, struct type *, 2680 new_symbol (die, die->type, cu); in process_die() 2686 new_symbol (die, die->type, cu); in process_die() 2709 new_symbol (die, NULL, cu); in process_die() 2922 new->name = new_symbol (die, die->type, cu); in read_func_scope() 3901 new_symbol (die, die->type, cu); in process_structure_scope() 4046 sym = new_symbol (child_die, die->type, cu); in process_enumeration_scope() 4084 new_symbol (die, die->type, cu); in process_enumeration_scope() 4249 sym = new_symbol (child_die, NULL, cu); in read_common_block() 4304 new_symbol (die, type, cu); in read_namespace() [all …]
|
| D | ChangeLog-1997 | 1411 (new_symbol): Ditto. 1412 (new_symbol): Call locval and save location before testing 1426 * dwarfread.c (new_symbol): Use SYMBOL_VALUE_ADDRESS, instead of 2616 new_symbol): Use it instead of accessing DW_AT_name. 2755 (new_symbol): Relocate symbol value for DW_TAG_label with baseaddr.
|
| D | ChangeLog-1996 | 356 Pass function type to new_symbol. 365 Let new_symbol handle the symbol creation for enumerators 415 (new_symbol): Allocate symbol and symbol name on the symbol_obstack. 436 in new_symbol. 960 * (new_symbol): If AT_PROTOTYPED is present, set a flag in the 2623 (new_symbol): Ditto. 4349 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
|
| D | ChangeLog | 1146 (new_symbol): Ditto. 9147 new_symbol for base and subrange types. Add a comment about other 9150 (add_partial_structure, new_symbol): Update comments. 9460 (read_enumeration, new_symbol): Don't use obsavestring. 11123 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) 11125 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto. 11134 (new_symbol): Ditto. 11274 read_structure_scope read_enumeration, new_symbol): Replace 11815 (dwarf_decode_lines, new_symbol): Add local baseaddr. 12547 (new_symbol): Likewise. [all …]
|
| D | ChangeLog-2003 | 1082 (var_decode_location, new_symbol, dwarf2_const_value, die_type) 3657 (new_symbol): Allow namespace syms. 5313 * dwarf2read.c (new_symbol): Use var_decode_location for parameters. 13194 (new_symbol): Use it. 13783 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of 13785 * mdebugread.c (new_symbol): Likewise. 13788 * dwarfread.c (new_symbol): Likewise.
|
| D | ChangeLog-1992 | 119 * dwarfread.c (new_symbol): Attempt to demangle C++ symbol names 2482 scan_partial_symbols, new_symbol): Recognize TAG_class_type. 4863 when calling new_symbol. 6199 * dwarfread.c (new_symbol): Rework TAG_global_variable and
|
| D | ChangeLog-2000 | 251 (new_symbol): Use DWARF2_REG_TO_REGNUM to translate register ids. 1000 * dwarf2read.c (new_symbol): Relocate address of symbol by the 2937 dwarf2_build_psymtabs_hard, dwarf2_const_value, new_symbol,
|
| D | ChangeLog-1995 | 58 * dwarfread.c (new_symbol, symthesize_typedef): 2043 * dwarfread.c (locval, new_symbol): Handle variables that are
|
| D | ChangeLog-1991 | 478 * mipsread.c (new_symbol): Translate g++ special 4098 (new_symtab, new_symbol, new_type): Continue changing code to use
|
| D | ChangeLog-2002 | 678 (new_symbol, dwarf2_const_value, read_type_die) 3010 (new_symbol): If variable is in thread local fill in address class 6625 (new_symbol): DW_AT_external better handling of
|
| D | ChangeLog-1993 | 2843 * mipsread.c (new_symbol): Set language and initialize demangled 7552 * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME.
|
| D | ChangeLog-1999 | 7846 (new_symbol): If both regoff and isderef are set, and the base
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | vms-misc.c | 35 static asymbol *new_symbol PARAMS ((bfd *, char *)); 1062 new_symbol (abfd, name) in new_symbol() function 1106 symbol = new_symbol (abfd, name);
|
| D | ieee.c | 845 ieee_symbol_type *new_symbol; local 848 new_symbol = (ieee_symbol_type *) bfd_alloc (ieee->h.abfd, amt); 849 if (!new_symbol) 852 new_symbol->index = new_index; 855 **pptr = new_symbol; 856 *pptr = &new_symbol->next; 861 new_symbol->symbol.section = bfd_abs_section_ptr; 862 return new_symbol;
|
| D | ChangeLog-0203 | 11327 * vms-misc.c (new_symbol): Likewise.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | vms-misc.c | 933 new_symbol (bfd * abfd, char *name) in new_symbol() function 973 symbol = new_symbol (abfd, name); in _bfd_vms_enter_symbol()
|
| D | ieee.c | 692 ieee_symbol_type *new_symbol; in get_symbol() local 695 new_symbol = bfd_alloc (ieee->h.abfd, amt); in get_symbol() 696 if (!new_symbol) in get_symbol() 699 new_symbol->index = new_index; in get_symbol() 702 **pptr = new_symbol; in get_symbol() 703 *pptr = &new_symbol->next; in get_symbol() 708 new_symbol->symbol.section = bfd_abs_section_ptr; in get_symbol() 709 return new_symbol; in get_symbol()
|
| D | ChangeLog-0203 | 11327 * vms-misc.c (new_symbol): Likewise.
|