Home
last modified time | relevance | path

Searched refs:table_section (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c783 asection *table_section; in xtensa_read_table_entries() local
802 table_section = xtensa_get_property_section (section, sec_name); in xtensa_read_table_entries()
803 if (table_section) in xtensa_read_table_entries()
804 table_size = table_section->size; in xtensa_read_table_entries()
812 predef_flags = xtensa_get_property_predef_flags (table_section); in xtensa_read_table_entries()
818 table_data = retrieve_contents (abfd, table_section, TRUE); in xtensa_read_table_entries()
828 internal_relocs = retrieve_internal_relocs (abfd, table_section, TRUE); in xtensa_read_table_entries()
829 if (internal_relocs && !table_section->reloc_done) in xtensa_read_table_entries()
831 qsort (internal_relocs, table_section->reloc_count, in xtensa_read_table_entries()
839 rel_end = internal_relocs + table_section->reloc_count; in xtensa_read_table_entries()
[all …]