Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c577 asection *table_section; in xtensa_read_table_entries() local
598 table_section = bfd_get_section_by_name (abfd, table_section_name); in xtensa_read_table_entries()
600 if (table_section) in xtensa_read_table_entries()
601 table_size = table_section->size; in xtensa_read_table_entries()
609 predef_flags = xtensa_get_property_predef_flags (table_section); in xtensa_read_table_entries()
615 table_data = retrieve_contents (abfd, table_section, TRUE); in xtensa_read_table_entries()
627 internal_relocs = retrieve_internal_relocs (abfd, table_section, TRUE); in xtensa_read_table_entries()
628 if (internal_relocs && !table_section->reloc_done) in xtensa_read_table_entries()
632 for (i = 0; i < table_section->reloc_count; i++) in xtensa_read_table_entries()
689 release_contents (table_section, table_data); in xtensa_read_table_entries()
[all …]