Searched refs:symbol_create (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.c232 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag);
H A Dsymbols.h50 symbolS *symbol_create (const char *name, segT segment, valueT value,
H A Dcgen.c65 /* Use symbol_create here instead of symbol_new so we don't try to
67 symbol_table_insert (symbol_create (name, reg_section,
465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
H A Dstabs.c150 symbol = symbol_create (string, undefined_section, 0,
H A Ditbl-ops.c266 /* Use symbol_create instead of symbol_new so we don't try to
275 symbol_table_insert (symbol_create (e->name, reg_section,
H A Dsymbols.c83 output file, you can call symbol_create. */
88 symbolS *symbolP = symbol_create (name, segment, valu, frag);
130 symbol_create (const char *name, /* It is copied, the caller can destroy/modify. */ function
H A Dexpr.c96 symbolP = symbol_create (FAKE_LABEL_NAME,
H A Dread.c689 line_label = symbol_create (line_start,
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c67 symbol_create(const char *name) function
186 new_symbol = symbol_create(name);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c244 /* Use symbol_create here instead of symbol_new so we don't try to
246 symbol_table_insert (symbol_create (arc_reg_names[i].name,
567 symbol_table_insert (symbol_create (name, reg_section,
H A Dtc-alpha.c4942 alpha_register_table[i] = symbol_create (name, reg_section, i,
4951 alpha_register_table[i] = symbol_create (name, reg_section, i,
4965 alpha_gp_symbol = symbol_create ("<GP value>", alpha_lita_section, 0x8000,
H A Dtc-ppc.c5205 csect = symbol_create (".abs[XO]", absolute_section,
H A Dtc-ia64.c5616 sym = symbol_create (name, reg_section, regnum, &zero_address_frag);
H A Dtc-arm.c2760 pool->symbol = symbol_create (FAKE_LABEL_NAME, undefined_section,

Completed in 232 milliseconds