HomeSort by: relevance | last modified time | path
    Searched defs:locsym (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
symbols.c 569 struct local_symbol *locsym = (struct local_symbol *) symbolP;
571 if (locsym->section != undefined_section
572 && (locsym->frag != frag_now
573 || locsym->section != now_seg
574 || locsym->value != frag_now_fix ()))
580 locsym->section = now_seg;
581 locsym->frag = frag_now;
582 locsym->value = frag_now_fix ();
1263 struct local_symbol *locsym = (struct local_symbol *) symp;
1265 final_val = locsym->value
567 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
1259 struct local_symbol *locsym = (struct local_symbol *) symp; local
1290 struct local_symbol *locsym = (struct local_symbol *) symp; local
1835 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
1879 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
2792 const struct local_symbol *locsym = (const struct local_symbol *) s; local
3185 struct local_symbol *locsym = (struct local_symbol *) sym; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 569 struct local_symbol *locsym = (struct local_symbol *) symbolP;
571 if (locsym->section != undefined_section
572 && (locsym->frag != frag_now
573 || locsym->section != now_seg
574 || locsym->value != frag_now_fix ()))
580 locsym->section = now_seg;
581 locsym->frag = frag_now;
582 locsym->value = frag_now_fix ();
1263 struct local_symbol *locsym = (struct local_symbol *) symp;
1265 final_val = locsym->value
567 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
1259 struct local_symbol *locsym = (struct local_symbol *) symp; local
1290 struct local_symbol *locsym = (struct local_symbol *) symp; local
1835 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
1879 struct local_symbol *locsym = (struct local_symbol *) symbolP; local
2792 const struct local_symbol *locsym = (const struct local_symbol *) s; local
3185 struct local_symbol *locsym = (struct local_symbol *) sym; local
    [all...]

Completed in 97 milliseconds