HomeSort by: relevance | last modified time | path
    Searched refs:reloc_data (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 1082 debug_arc_reloc (struct arc_relocation_data reloc_data)
1085 reloc_data.howto->name,
1086 reloc_data.should_relocate ? "true" : "false");
1088 (unsigned int) reloc_data.reloc_offset,
1089 (unsigned int) reloc_data.reloc_addend);
1092 (unsigned int) reloc_data.sym_value);
1093 if (reloc_data.sym_section != NULL)
1097 reloc_data.sym_section->name,
1098 (unsigned int) reloc_data.sym_section->output_offset);
1099 if (reloc_data.sym_section->output_section != NULL
1477 struct arc_relocation_data reloc_data = local
    [all...]
arc-got.h 275 struct arc_relocation_data *reloc_data)
285 reloc_data->sym_value = h->root.u.def.value;
286 reloc_data->sym_section = h->root.u.def.section;
317 struct arc_relocation_data * reloc_data)
351 h, reloc_data);
386 h, reloc_data);
415 = reloc_data->sym_section->output_section->vma
416 + reloc_data->sym_section->output_offset;
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value + sec_vma)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 1077 debug_arc_reloc (struct arc_relocation_data reloc_data)
1080 reloc_data.howto->name,
1081 reloc_data.should_relocate ? "true" : "false");
1083 (unsigned int) reloc_data.reloc_offset,
1084 (unsigned int) reloc_data.reloc_addend);
1087 (unsigned int) reloc_data.sym_value);
1088 if (reloc_data.sym_section != NULL)
1092 reloc_data.sym_section->name,
1093 (unsigned int) reloc_data.sym_section->output_offset);
1094 if (reloc_data.sym_section->output_section != NULL
1472 struct arc_relocation_data reloc_data = local
    [all...]
arc-got.h 275 struct arc_relocation_data *reloc_data)
285 reloc_data->sym_value = h->root.u.def.value;
286 reloc_data->sym_section = h->root.u.def.section;
317 struct arc_relocation_data * reloc_data)
351 h, reloc_data);
386 h, reloc_data);
415 = reloc_data->sym_section->output_section->vma
416 + reloc_data->sym_section->output_offset;
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value + sec_vma)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 1077 debug_arc_reloc (struct arc_relocation_data reloc_data)
1080 reloc_data.howto->name,
1081 reloc_data.should_relocate ? "true" : "false");
1083 (unsigned int) reloc_data.reloc_offset,
1084 (unsigned int) reloc_data.reloc_addend);
1087 (unsigned int) reloc_data.sym_value);
1088 if (reloc_data.sym_section != NULL)
1092 reloc_data.sym_section->name,
1093 (unsigned int) reloc_data.sym_section->output_offset);
1094 if (reloc_data.sym_section->output_section != NULL
1472 struct arc_relocation_data reloc_data = local
    [all...]
arc-got.h 275 struct arc_relocation_data *reloc_data)
285 reloc_data->sym_value = h->root.u.def.value;
286 reloc_data->sym_section = h->root.u.def.section;
317 struct arc_relocation_data * reloc_data)
351 h, reloc_data);
386 h, reloc_data);
415 = reloc_data->sym_section->output_section->vma
416 + reloc_data->sym_section->output_offset;
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value + sec_vma)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 1078 debug_arc_reloc (struct arc_relocation_data reloc_data)
1081 reloc_data.howto->name,
1082 reloc_data.should_relocate ? "true" : "false");
1084 (unsigned int) reloc_data.reloc_offset,
1085 (unsigned int) reloc_data.reloc_addend);
1088 (unsigned int) reloc_data.sym_value);
1089 if (reloc_data.sym_section != NULL)
1093 reloc_data.sym_section->name,
1094 (unsigned int) reloc_data.sym_section->output_offset);
1095 if (reloc_data.sym_section->output_section != NULL
1473 struct arc_relocation_data reloc_data = local
    [all...]
arc-got.h 275 struct arc_relocation_data *reloc_data)
285 reloc_data->sym_value = h->root.u.def.value;
286 reloc_data->sym_section = h->root.u.def.section;
317 struct arc_relocation_data * reloc_data)
351 h, reloc_data);
386 h, reloc_data);
415 = reloc_data->sym_section->output_section->vma
416 + reloc_data->sym_section->output_offset;
431 reloc_data->sym_value + sec_vma,
435 (long) (reloc_data->sym_value + sec_vma)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 199 struct cr_builtins reloc_data; member in struct:cr_local
733 ret.reloc_data.expr = root;
737 ret.reloc_data.access_node = access_node;
738 ret.reloc_data.type = type;
739 ret.reloc_data.default_value = core_field_info (root, kind);
740 ret.reloc_data.kind = kind;
742 if (TREE_CODE (ret.reloc_data.default_value) == ERROR_MARK)
859 ret.reloc_data.expr = tmp;
861 ret.reloc_data.default_value = enum_value;
863 ret.reloc_data.default_value = integer_one_node
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 1548 reloc_data_type *reloc_data; local
1565 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type));
1675 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address;
1676 reloc_data[total_relocs].idx = total_relocs;
1682 if (reloc_data[total_relocs].vma
1694 reloc_data[total_relocs].type = IMAGE_REL_BASED_DIR64;
1699 reloc_data[total_relocs].type = IMAGE_REL_BASED_HIGHLOW;
1703 reloc_data[total_relocs].type = IMAGE_REL_BASED_LOW;
1707 reloc_data[total_relocs].type = IMAGE_REL_BASED_HIGHADJ;
1712 reloc_data[total_relocs].extra = 0
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 1584 reloc_data_type *reloc_data; local
1601 reloc_data = xmalloc (total_relocs * sizeof (reloc_data_type));
1710 reloc_data[total_relocs].vma = sec_vma + relocs[i]->address;
1711 reloc_data[total_relocs].idx = total_relocs;
1717 if (reloc_data[total_relocs].vma
1729 reloc_data[total_relocs].type = IMAGE_REL_BASED_DIR64;
1734 reloc_data[total_relocs].type = IMAGE_REL_BASED_HIGHLOW;
1738 reloc_data[total_relocs].type = IMAGE_REL_BASED_LOW;
1742 reloc_data[total_relocs].type =
1780 qsort (reloc_data, total_relocs, sizeof (*reloc_data), reloc_sort)
    [all...]

Completed in 46 milliseconds