Searched refs:prop_rec_link (Results 1 – 2 of 2) sorted by relevance
2069 struct avr_property_record_link *prop_rec_link; in create_record_for_frag() local2071 prop_rec_link = XCNEW (struct avr_property_record_link); in create_record_for_frag()2076 prop_rec_link->record.offset = fragP->fr_next->fr_address; in create_record_for_frag()2077 prop_rec_link->record.section = sec; in create_record_for_frag()2081 prop_rec_link->record.data.org.fill = fragP->tc_frag_data.fill; in create_record_for_frag()2082 prop_rec_link->record.type = RECORD_ORG_AND_FILL; in create_record_for_frag()2085 prop_rec_link->record.type = RECORD_ORG; in create_record_for_frag()2089 prop_rec_link->record.offset = fragP->fr_next->fr_address; in create_record_for_frag()2090 prop_rec_link->record.section = sec; in create_record_for_frag()2095 prop_rec_link->record.data.align.fill = fragP->tc_frag_data.fill; in create_record_for_frag()[all …]
1505 prop_rec_link.