Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c785 bfd_byte *table_data; in xtensa_read_table_entries() local
818 table_data = retrieve_contents (abfd, table_section, TRUE); in xtensa_read_table_entries()
843 bfd_vma address = bfd_get_32 (abfd, table_data + off); in xtensa_read_table_entries()
879 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4); in xtensa_read_table_entries()
883 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8); in xtensa_read_table_entries()
887 release_contents (table_section, table_data); in xtensa_read_table_entries()