Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc1829 uint64_t format_count = read_unsigned_LEB_128(lineptr, &len); in read_header_tables_v5() local
1832 unsigned int *types = new unsigned int[format_count]; in read_header_tables_v5()
1833 unsigned int *forms = new unsigned int[format_count]; in read_header_tables_v5()
1835 for (unsigned int i = 0; i < format_count; i++) in read_header_tables_v5()
1852 for (unsigned int i = 0; i < format_count; i++) in read_header_tables_v5()
1893 format_count = read_unsigned_LEB_128(lineptr, &len); in read_header_tables_v5()
1896 types = new unsigned int[format_count]; in read_header_tables_v5()
1897 forms = new unsigned int[format_count]; in read_header_tables_v5()
1899 for (unsigned int i = 0; i < format_count; i++) in read_header_tables_v5()
1918 for (unsigned int i = 0; i < format_count; i++) in read_header_tables_v5()
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c2886 unsigned int format_count; in display_dir_file_table_v5() local
2895 format_count = read_uleb128 (data, & bytes_read, end); in display_dir_file_table_v5()
2897 content_types = (unsigned int *) xmalloc (format_count * in display_dir_file_table_v5()
2899 content_forms = (unsigned int *) xmalloc (format_count * in display_dir_file_table_v5()
2901 for (j = 0; j < format_count; j++) in display_dir_file_table_v5()
2920 for (j = 0; j < format_count; j++) in display_dir_file_table_v5()
2948 for (j = 0; j < format_count; j++) in display_dir_file_table_v5()