Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c32 struct avr_property_record_link struct
35 struct avr_property_record_link *next; argument
2066 static struct avr_property_record_link *
2069 struct avr_property_record_link *prop_rec_link; in create_record_for_frag()
2071 prop_rec_link = XCNEW (struct avr_property_record_link); in create_record_for_frag()
2110 static struct avr_property_record_link **
2112 struct avr_property_record_link **next_ptr) in append_records_for_section()
2127 struct avr_property_record_link *new_link in append_records_for_section()
2148 struct avr_property_record_link *r_list, **next_ptr; in avr_create_and_fill_property_section()
2151 struct avr_property_record_link *rec; in avr_create_and_fill_property_section()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20151823 (struct avr_property_record_link): New structure.