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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 10805 fragS *lit_frag;
10813 lit_frag = fragP->tc_frag_data.literal_frags[slot];
10814 if (lit_frag == NULL)
10820 lit_sym = lit_frag->fr_symbol;
10865 fragS *lit_frag;
10873 lit_frag = fragP->tc_frag_data.literal_frags[slot];
10875 gas_assert (lit_frag != NULL);
10882 fix_new_exp_in_seg (target_seg, 0, lit_frag, 0, 4,
10790 fragS *lit_frag; local
10850 fragS *lit_frag; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 10805 fragS *lit_frag;
10813 lit_frag = fragP->tc_frag_data.literal_frags[slot];
10814 if (lit_frag == NULL)
10820 lit_sym = lit_frag->fr_symbol;
10865 fragS *lit_frag;
10873 lit_frag = fragP->tc_frag_data.literal_frags[slot];
10875 gas_assert (lit_frag != NULL);
10882 fix_new_exp_in_seg (target_seg, 0, lit_frag, 0, 4,
10790 fragS *lit_frag; local
10850 fragS *lit_frag; local

Completed in 41 milliseconds