HomeSort by relevance Sort by last modified time
    Searched refs:symbol_create (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
subsegs.c 230 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag);
symbols.h 50 symbolS *symbol_create (const char *name, segT segment, valueT value,
cgen.c 64 /* Use symbol_create here instead of symbol_new so we don't try to
66 symbol_table_insert (symbol_create (name, reg_section,
465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
    [all...]
stabs.c 150 symbol = symbol_create (string, undefined_section, 0,
itbl-ops.c 265 /* Use symbol_create instead of symbol_new so we don't try to
274 symbol_table_insert (symbol_create (e->name, reg_section,
symbols.c 83 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
    [all...]
expr.c 100 symbolP = symbol_create (FAKE_LABEL_NAME,
    [all...]
read.c 883 line_label = symbol_create (line_start,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 243 /* Use symbol_create here instead of symbol_new so we don't try to
245 symbol_table_insert (symbol_create (arc_reg_names[i].name,
567 symbol_table_insert (symbol_create (name, reg_section,
    [all...]
tc-alpha.c     [all...]
tc-ppc.c     [all...]
tc-aarch64.c     [all...]
tc-ia64.c     [all...]
tc-arm.c     [all...]

Completed in 811 milliseconds