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

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 867 bfd_byte *table_data;
902 table_data = retrieve_contents (abfd, table_section, true);
903 if (table_data == NULL)
933 bfd_vma address = bfd_get_32 (abfd, table_data + off);
969 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
973 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
977 release_contents (table_section, table_data);
864 bfd_byte *table_data; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 868 bfd_byte *table_data;
903 table_data = retrieve_contents (abfd, table_section, true);
904 if (table_data == NULL)
934 bfd_vma address = bfd_get_32 (abfd, table_data + off);
970 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
974 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
978 release_contents (table_section, table_data);
865 bfd_byte *table_data; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 868 bfd_byte *table_data;
903 table_data = retrieve_contents (abfd, table_section, true);
904 if (table_data == NULL)
934 bfd_vma address = bfd_get_32 (abfd, table_data + off);
970 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
974 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
978 release_contents (table_section, table_data);
865 bfd_byte *table_data; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 868 bfd_byte *table_data;
903 table_data = retrieve_contents (abfd, table_section, true);
904 if (table_data == NULL)
934 bfd_vma address = bfd_get_32 (abfd, table_data + off);
970 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
974 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
978 release_contents (table_section, table_data);
865 bfd_byte *table_data; local

Completed in 41 milliseconds