Searched refs:mmo_section_data (Results 1 – 2 of 2) sorted by relevance
343 #define mmo_section_data(sec) \ macro1117 if (mmo_section_data (sec)->tail != NULL) in mmo_get_spec_section()1118 mmo_section_data (sec)->tail->next = loc; in mmo_get_spec_section()1120 mmo_section_data (sec)->head = loc; in mmo_get_spec_section()1121 mmo_section_data (sec)->tail = loc; in mmo_get_spec_section()1445 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); in mmo_get_loc()2425 return mmo_write_loc_chunk_list (abfd, mmo_section_data (sec)->head); in mmo_internal_write_section()2443 return mmo_write_loc_chunk_list (abfd, mmo_section_data (sec)->head); in mmo_internal_write_section()2459 && mmo_write_chunk_list (abfd, mmo_section_data (sec)->head)); in mmo_internal_write_section()2474 mmo_section_data (sec)->head)); in mmo_internal_write_section()[all …]
4641 * mmo.c (mmo_section_data): Define. Use throughout file.