Home | History | Annotate | Download | only in bfd

Lines Matching defs:table_section

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;
978 release_contents (table_section, table_data);
979 release_internal_relocs (table_section, internal_relocs);