Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-avr.h103 unsigned long record_count; member
Delf32-avr.c2249 for (i = 0; i < r_list->record_count; ++i) in avr_elf32_assign_records_to_sections()
3940 uint16_t record_count, i; in avr_elf32_load_records_from_section() local
3975 record_count = *((uint16_t *) ptr); in avr_elf32_load_records_from_section()
3982 + sizeof (struct avr_property_record) * record_count; in avr_elf32_load_records_from_section()
3990 r_list->record_count = record_count; in avr_elf32_load_records_from_section()
4001 for (i = 0; i < record_count; ++i) in avr_elf32_load_records_from_section()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c1887 unsigned int record_count) in avr_output_property_section_header() argument
1897 md_number_to_chars (data, record_count, 2); in avr_output_property_section_header()
2152 unsigned int record_count; in avr_create_and_fill_property_section() local
2176 record_count = 0; in avr_create_and_fill_property_section()
2179 record_count++; in avr_create_and_fill_property_section()
2183 if (record_count == 0) in avr_create_and_fill_property_section()
2193 avr_output_property_section_header (frag_base, record_count); in avr_create_and_fill_property_section()
/toolchain/binutils/binutils-2.27/binutils/
Dod-elf32_avr.c255 for (i = 0; i < r_list->record_count; ++i) in elf32_avr_dump_avr_prop()