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

  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 6155 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1;
6157 while (next_fixup->offset)
6159 if (next_fixup->r_type == BFD_RELOC_NDS32_PTR_RESOLVED)
6161 uint32_t new_pattern = code_seq[next_fixup->offset >> 2];
6171 ++next_fixup;
6203 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1;
6204 while (next_fixup->offset)
6206 if (next_fixup->r_type == BFD_RELOC_NDS32_PTR_RESOLVED)
6208 uint32_t pattern = code_seq[next_fixup->offset >> 2];
6231 ++next_fixup;
6148 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1; local
6196 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 6150 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1;
6152 while (next_fixup->offset)
6154 if (next_fixup->r_type == BFD_RELOC_NDS32_PTR_RESOLVED)
6156 uint32_t new_pattern = code_seq[next_fixup->offset >> 2];
6166 ++next_fixup;
6198 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1;
6199 while (next_fixup->offset)
6201 if (next_fixup->r_type == BFD_RELOC_NDS32_PTR_RESOLVED)
6203 uint32_t pattern = code_seq[next_fixup->offset >> 2];
6226 ++next_fixup;
6143 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1; local
6191 nds32_relax_fixup_info_t *next_fixup = fixup_now + 1; local
    [all...]

Completed in 33 milliseconds