Searched refs:physical_size (Results 1 – 2 of 2) sorted by relevance
1104 entry->physical_size = bfd_getb16 (buf); in bfd_sym_fetch_type_information_table_entry()1106 if (entry->physical_size & 0x8000) in bfd_sym_fetch_type_information_table_entry()1110 entry->physical_size &= 0x7fff; in bfd_sym_fetch_type_information_table_entry()1118 entry->physical_size &= 0x7fff; in bfd_sym_fetch_type_information_table_entry()1804 entry->physical_size, entry->offset, entry->logical_size); in bfd_sym_print_type_information_table_entry()1808 buf = malloc (entry->physical_size); in bfd_sym_print_type_information_table_entry()1820 if (bfd_bread (buf, entry->physical_size, abfd) != entry->physical_size) in bfd_sym_print_type_information_table_entry()1828 for (i = 0; i < entry->physical_size; i++) in bfd_sym_print_type_information_table_entry()1839 bfd_sym_print_type_information (abfd, f, buf, entry->physical_size, 0, &offset); in bfd_sym_print_type_information_table_entry()1841 if (offset != entry->physical_size) in bfd_sym_print_type_information_table_entry()[all …]
448 unsigned long physical_size; member