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

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 865 asection *table_section;
885 table_section = xtensa_get_property_section (section, sec_name);
886 if (table_section)
887 table_size = table_section->size;
895 predef_flags = xtensa_get_property_predef_flags (table_section);
902 table_data = retrieve_contents (abfd, table_section, true);
918 internal_relocs = retrieve_internal_relocs (abfd, table_section, true);
919 if (internal_relocs && !table_section->reloc_done)
921 qsort (internal_relocs, table_section->reloc_count,
929 rel_end = internal_relocs + table_section->reloc_count
862 asection *table_section; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 866 asection *table_section;
886 table_section = xtensa_get_property_section (section, sec_name);
887 if (table_section)
888 table_size = table_section->size;
896 predef_flags = xtensa_get_property_predef_flags (table_section);
903 table_data = retrieve_contents (abfd, table_section, true);
919 internal_relocs = retrieve_internal_relocs (abfd, table_section, true);
920 if (internal_relocs && !table_section->reloc_done)
922 qsort (internal_relocs, table_section->reloc_count,
930 rel_end = internal_relocs + table_section->reloc_count
863 asection *table_section; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 866 asection *table_section;
886 table_section = xtensa_get_property_section (section, sec_name);
887 if (table_section)
888 table_size = table_section->size;
896 predef_flags = xtensa_get_property_predef_flags (table_section);
903 table_data = retrieve_contents (abfd, table_section, true);
919 internal_relocs = retrieve_internal_relocs (abfd, table_section, true);
920 if (internal_relocs && !table_section->reloc_done)
922 qsort (internal_relocs, table_section->reloc_count,
930 rel_end = internal_relocs + table_section->reloc_count
863 asection *table_section; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 868 asection *table_section;
888 table_section = xtensa_get_property_section (section, sec_name);
889 if (table_section)
890 table_size = table_section->size;
898 predef_flags = xtensa_get_property_predef_flags (table_section);
905 table_data = retrieve_contents (abfd, table_section, true);
921 internal_relocs = retrieve_internal_relocs (abfd, table_section, true);
922 if (internal_relocs && !table_section->reloc_done)
924 qsort (internal_relocs, table_section->reloc_count,
932 rel_end = internal_relocs + table_section->reloc_count
865 asection *table_section; local
    [all...]

Completed in 40 milliseconds