Searched refs:mmo_section_data (Results 1 – 2 of 2) sorted by relevance
351 #define mmo_section_data(sec) \ macro1153 if (mmo_section_data (sec)->tail != NULL) in mmo_get_spec_section()1154 mmo_section_data (sec)->tail->next = loc; in mmo_get_spec_section()1156 mmo_section_data (sec)->head = loc; in mmo_get_spec_section()1157 mmo_section_data (sec)->tail = loc; in mmo_get_spec_section()1482 struct mmo_section_data_struct *sdatap = mmo_section_data (sec); in mmo_get_loc()2462 return mmo_write_loc_chunk_list (abfd, mmo_section_data (sec)->head); in mmo_internal_write_section()2480 return mmo_write_loc_chunk_list (abfd, mmo_section_data (sec)->head); in mmo_internal_write_section()2496 && mmo_write_chunk_list (abfd, mmo_section_data (sec)->head)); in mmo_internal_write_section()2511 mmo_section_data (sec)->head)); in mmo_internal_write_section()[all …]
4641 * mmo.c (mmo_section_data): Define. Use throughout file.