Searched refs:new_symbol (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dtekhex.c432 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) local
436 if (!new_symbol)
438 new_symbol->symbol.the_bfd = abfd;
442 new_symbol->prev = abfd->tdata.tekhex_data->symbols;
443 abfd->tdata.tekhex_data->symbols = new_symbol;
446 new_symbol->symbol.name = (const char *)
448 if (!new_symbol->symbol.name)
450 memcpy ((char *) (new_symbol->symbol.name), sym, len + 1);
451 new_symbol->symbol.section = section;
453 new_symbol
916 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) bfd_zalloc (abfd, local
[all...]
H A Dplugin.c623 asymbol *new_symbol = bfd_zalloc (abfd, sizeof (asymbol)); local
624 if (new_symbol == NULL)
625 return new_symbol;
626 new_symbol->the_bfd = abfd;
627 return new_symbol;
H A Dwasm-module.c692 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt); local
694 if (! new_symbol)
696 new_symbol->the_bfd = abfd;
697 return new_symbol;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dtekhex.c432 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) local
436 if (!new_symbol)
438 new_symbol->symbol.the_bfd = abfd;
442 new_symbol->prev = abfd->tdata.tekhex_data->symbols;
443 abfd->tdata.tekhex_data->symbols = new_symbol;
446 new_symbol->symbol.name = (const char *)
448 if (!new_symbol->symbol.name)
450 memcpy ((char *) (new_symbol->symbol.name), sym, len + 1);
451 new_symbol->symbol.section = section;
453 new_symbol
916 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) bfd_zalloc (abfd, local
[all...]
H A Dplugin.c772 asymbol *new_symbol = bfd_zalloc (abfd, sizeof (asymbol)); local
773 if (new_symbol == NULL)
774 return new_symbol;
775 new_symbol->the_bfd = abfd;
776 return new_symbol;
H A Dcoffgen.c1995 coff_symbol_type *new_symbol = (coff_symbol_type *) bfd_zalloc (abfd, amt); local
1997 if (new_symbol == NULL)
1999 new_symbol->symbol.section = 0;
2000 new_symbol->native = NULL;
2001 new_symbol->lineno = NULL;
2002 new_symbol->done_lineno = false;
2003 new_symbol->symbol.the_bfd = abfd;
2005 return & new_symbol->symbol;
2016 coff_symbol_type *new_symbol = (coff_symbol_type *) bfd_alloc (abfd, amt); local
2018 if (new_symbol
[all...]
H A Dwasm-module.c707 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt); local
709 if (! new_symbol)
711 new_symbol->the_bfd = abfd;
712 return new_symbol;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dtekhex.c432 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) local
436 if (!new_symbol)
438 new_symbol->symbol.the_bfd = abfd;
442 new_symbol->prev = abfd->tdata.tekhex_data->symbols;
443 abfd->tdata.tekhex_data->symbols = new_symbol;
446 new_symbol->symbol.name = (const char *)
448 if (!new_symbol->symbol.name)
450 memcpy ((char *) (new_symbol->symbol.name), sym, len + 1);
451 new_symbol->symbol.section = section;
453 new_symbol
916 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) bfd_zalloc (abfd, local
[all...]
H A Dplugin.c692 asymbol *new_symbol = bfd_zalloc (abfd, sizeof (asymbol)); local
693 if (new_symbol == NULL)
694 return new_symbol;
695 new_symbol->the_bfd = abfd;
696 return new_symbol;
H A Dwasm-module.c699 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt); local
701 if (! new_symbol)
703 new_symbol->the_bfd = abfd;
704 return new_symbol;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dtekhex.c432 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) local
436 if (!new_symbol)
438 new_symbol->symbol.the_bfd = abfd;
442 new_symbol->prev = abfd->tdata.tekhex_data->symbols;
443 abfd->tdata.tekhex_data->symbols = new_symbol;
446 new_symbol->symbol.name = (const char *)
448 if (!new_symbol->symbol.name)
450 memcpy ((char *) (new_symbol->symbol.name), sym, len + 1);
451 new_symbol->symbol.section = section;
453 new_symbol
916 tekhex_symbol_type *new_symbol = (tekhex_symbol_type *) bfd_zalloc (abfd, local
[all...]
H A Dplugin.c773 asymbol *new_symbol = bfd_zalloc (abfd, sizeof (asymbol)); local
774 if (new_symbol == NULL)
775 return new_symbol;
776 new_symbol->the_bfd = abfd;
777 return new_symbol;
H A Dcoffgen.c1981 coff_symbol_type *new_symbol = (coff_symbol_type *) bfd_zalloc (abfd, amt); local
1983 if (new_symbol == NULL)
1985 new_symbol->symbol.section = 0;
1986 new_symbol->native = NULL;
1987 new_symbol->lineno = NULL;
1988 new_symbol->done_lineno = false;
1989 new_symbol->symbol.the_bfd = abfd;
1991 return & new_symbol->symbol;
2002 coff_symbol_type *new_symbol = (coff_symbol_type *) bfd_alloc (abfd, amt); local
2004 if (new_symbol
[all...]
H A Dwasm-module.c708 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt); local
710 if (! new_symbol)
712 new_symbol->the_bfd = abfd;
713 return new_symbol;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-lang.c412 void print_typedef (struct type *type, struct symbol *new_symbol,
415 m2_print_typedef (type, new_symbol, stream);
H A Df-lang.h33 extern void f_print_typedef (struct type *type, struct symbol *new_symbol,
H A Dp-lang.c490 void print_typedef (struct type *type, struct symbol *new_symbol,
493 pascal_print_typedef (type, new_symbol, stream);
H A Dctfread.c188 static struct symbol *new_symbol (struct ctf_context *cp, struct type *type,
433 new_symbol (struct ctf_context *ccp, struct type *type, ctf_id_t tid) function
580 new_symbol (ccp, type, tid);
634 new_symbol (ccp, type, tid);
715 new_symbol (ccp, type, tid);
998 new_symbol (ccp, type, tid);
1005 new_symbol (ccp, read_type_record (ccp, tid), tid);
1009 new_symbol (ccp, type, tid);
1013 new_symbol (ccp, type, tid);
1017 new_symbol (cc
[all...]
H A Dlanguage.h551 virtual void print_typedef (struct type *type, struct symbol *new_symbol,
654 #define LA_PRINT_TYPEDEF(type,new_symbol,stream) \
655 (current_language->print_typedef (type,new_symbol,stream))
H A Dm2-typeprint.c161 m2_print_typedef (struct type *type, struct symbol *new_symbol, argument
166 if (!SYMBOL_TYPE (new_symbol)->name ()
167 || strcmp ((SYMBOL_TYPE (new_symbol))->name (),
168 new_symbol->linkage_name ()) != 0)
169 fprintf_filtered (stream, "%s = ", new_symbol->print_name ());
/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c72 symbol_t *new_symbol; local
74 new_symbol = (symbol_t *)malloc(sizeof(symbol_t));
75 if (new_symbol == NULL) {
79 memset(new_symbol, 0, sizeof(*new_symbol));
80 new_symbol->name = strdup(name);
81 if (new_symbol->name == NULL)
83 new_symbol->type = UNINITIALIZED;
84 return (new_symbol);
187 symbol_t *new_symbol; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-lang.h112 void print_typedef (struct type *type, struct symbol *new_symbol,
H A Dctfread.c206 static struct symbol *new_symbol (struct ctf_context *cp, struct type *type,
468 new_symbol (struct ctf_context *ccp, struct type *type, ctf_id_t tid) function
614 new_symbol (ccp, type, tid);
668 new_symbol (ccp, type, tid);
775 new_symbol (ccp, type, tid);
1089 new_symbol (ccp, type, tid);
1096 new_symbol (ccp, read_type_record (ccp, tid), tid);
1100 new_symbol (ccp, type, tid);
1104 new_symbol (ccp, type, tid);
1108 new_symbol (cc
[all...]
H A Dp-lang.h136 void print_typedef (struct type *type, struct symbol *new_symbol,
H A Dm2-typeprint.c161 m2_language::print_typedef (struct type *type, struct symbol *new_symbol, argument
166 if (!new_symbol->type ()->name ()
167 || strcmp ((new_symbol->type ())->name (),
168 new_symbol->linkage_name ()) != 0)
169 gdb_printf (stream, "%s = ", new_symbol->print_name ());

Completed in 422 milliseconds

123