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

  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 1196 fixS *new_fix; local
1200 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type);
1202 new_fix = fix_new (frag, where, size, add_symbol, offset, pcrel, r_type);
1203 new_fix->tc_fix_data = hppa_fix;
1211 new_fix->fx_offset = unwind_bits;
1217 if (new_fix->fx_subsy
1218 && (strcmp (S_GET_NAME (new_fix->fx_subsy), "$global$") == 0
1219 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$segrel$") == 0
1220 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$PIC_pcrel$0") == 0
1221 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_gdidx$") ==
8528 struct fix *new_fix; local
8549 struct fix *new_fix; local
    [all...]
tc-score7.c 2294 fixS *new_fix;
2302 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2305 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
2308 return new_fix;
2289 fixS *new_fix; local
tc-aarch64.c 5304 fixS *new_fix;
5312 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
5316 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0,
5320 return new_fix;
5299 fixS *new_fix; local
tc-score.c 2167 fixS *new_fix; local
2175 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2178 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
2181 return new_fix;
tc-xtensa.c 10980 fixS *new_fix;
10987 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type);
10989 return new_fix;
10965 fixS *new_fix; local
tc-arm.c 22187 fixS * new_fix;
22218 new_fix = fix_new_exp (frag, where, size, exp, pc_rel,
22223 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0,
22230 new_fix->tc_fix_data = thumb_mode;
22181 fixS * new_fix; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 1196 fixS *new_fix; local
1200 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type);
1202 new_fix = fix_new (frag, where, size, add_symbol, offset, pcrel, r_type);
1203 new_fix->tc_fix_data = hppa_fix;
1211 new_fix->fx_offset = unwind_bits;
1217 if (new_fix->fx_subsy
1218 && (strcmp (S_GET_NAME (new_fix->fx_subsy), "$global$") == 0
1219 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$segrel$") == 0
1220 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$PIC_pcrel$0") == 0
1221 || strcmp (S_GET_NAME (new_fix->fx_subsy), "$tls_gdidx$") ==
8528 struct fix *new_fix; local
8549 struct fix *new_fix; local
    [all...]
tc-score7.c 2294 fixS *new_fix;
2302 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2305 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
2308 return new_fix;
2289 fixS *new_fix; local
tc-aarch64.c 5273 fixS *new_fix;
5281 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
5285 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0,
5289 return new_fix;
5268 fixS *new_fix; local
tc-score.c 2167 fixS *new_fix; local
2175 new_fix = fix_new_exp (frag, where, size, exp, pc_rel, reloc);
2178 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0, pc_rel, reloc);
2181 return new_fix;
tc-xtensa.c 10980 fixS *new_fix;
10987 new_fix = fix_new_exp (frag, where, size, exp, pcrel, r_type);
10989 return new_fix;
10965 fixS *new_fix; local
tc-arm.c 22190 fixS * new_fix;
22221 new_fix = fix_new_exp (frag, where, size, exp, pc_rel,
22226 new_fix = fix_new (frag, where, size, make_expr_symbol (exp), 0,
22233 new_fix->tc_fix_data = thumb_mode;
22184 fixS * new_fix; local
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 1204 Mfix *new_fix; local
1265 new_fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* new_fix));
1266 new_fix->insn = barrier;
1267 new_fix->address = selected_address;
1270 new_fix->next = fix->next;
1271 fix->next = new_fix;
1274 new_fix->next = fix_next;
1276 return new_fix;
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 1200 Mfix *new_fix; local
1261 new_fix = (Mfix *) obstack_alloc (&minipool_obstack, sizeof (* new_fix));
1262 new_fix->insn = barrier;
1263 new_fix->address = selected_address;
1266 new_fix->next = fix->next;
1267 fix->next = new_fix;
1270 new_fix->next = fix_next;
1272 return new_fix;
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 10060 reloc_bfd_fix new_fix;
10079 new_fix = *fix;
10122 new_fix.target_sec = new_sec;
10123 new_fix.target_offset = target_offset;
10124 new_fix.translated = true;
10125 *fix = new_fix;
10130 new_fix.target_sec = new_sec;
10137 new_fix.target_offset = new_offset;
10138 new_fix.target_offset = new_offset;
10139 new_fix.translated = true
10035 reloc_bfd_fix new_fix; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 10060 reloc_bfd_fix new_fix;
10079 new_fix = *fix;
10122 new_fix.target_sec = new_sec;
10123 new_fix.target_offset = target_offset;
10124 new_fix.translated = true;
10125 *fix = new_fix;
10130 new_fix.target_sec = new_sec;
10137 new_fix.target_offset = new_offset;
10138 new_fix.target_offset = new_offset;
10139 new_fix.translated = true
10035 reloc_bfd_fix new_fix; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 10058 reloc_bfd_fix new_fix;
10077 new_fix = *fix;
10120 new_fix.target_sec = new_sec;
10121 new_fix.target_offset = target_offset;
10122 new_fix.translated = true;
10123 *fix = new_fix;
10128 new_fix.target_sec = new_sec;
10135 new_fix.target_offset = new_offset;
10136 new_fix.target_offset = new_offset;
10137 new_fix.translated = true
10033 reloc_bfd_fix new_fix; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 10064 reloc_bfd_fix new_fix;
10083 new_fix = *fix;
10126 new_fix.target_sec = new_sec;
10127 new_fix.target_offset = target_offset;
10128 new_fix.translated = true;
10129 *fix = new_fix;
10134 new_fix.target_sec = new_sec;
10141 new_fix.target_offset = new_offset;
10142 new_fix.target_offset = new_offset;
10143 new_fix.translated = true
10039 reloc_bfd_fix new_fix; local
    [all...]

Completed in 159 milliseconds