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

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 9158 r_reloc try_loc = values->last_loc;
9159 try_loc.virtual_offset += 4;
9162 if (relocations_reach (rel, remaining_src_rels, &try_loc)
9165 &try_loc, &val, target_sec_cache))
9170 val_map = add_value_map (values, &val, &try_loc,
9173 val_map->loc = try_loc;
9134 r_reloc try_loc = values->last_loc; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 9158 r_reloc try_loc = values->last_loc;
9159 try_loc.virtual_offset += 4;
9162 if (relocations_reach (rel, remaining_src_rels, &try_loc)
9165 &try_loc, &val, target_sec_cache))
9170 val_map = add_value_map (values, &val, &try_loc,
9173 val_map->loc = try_loc;
9134 r_reloc try_loc = values->last_loc; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 9156 r_reloc try_loc = values->last_loc;
9157 try_loc.virtual_offset += 4;
9160 if (relocations_reach (rel, remaining_src_rels, &try_loc)
9163 &try_loc, &val, target_sec_cache))
9168 val_map = add_value_map (values, &val, &try_loc,
9171 val_map->loc = try_loc;
9132 r_reloc try_loc = values->last_loc; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 9162 r_reloc try_loc = values->last_loc;
9163 try_loc.virtual_offset += 4;
9166 if (relocations_reach (rel, remaining_src_rels, &try_loc)
9169 &try_loc, &val, target_sec_cache))
9174 val_map = add_value_map (values, &val, &try_loc,
9177 val_map->loc = try_loc;
9138 r_reloc try_loc = values->last_loc; local

Completed in 53 milliseconds