Home
last modified time | relevance | path

Searched refs:OMF_record (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/bin/format/omf/
H A Domf.c394 ((OMF_record *)new)->type = *buf; in load_record_omf()
408 ((OMF_record *)new)->checksum = buf[2 + ((OMF_record *)new)->size]; in load_record_omf()
432 ct += 3 + ((OMF_record *)tmp)->size; in load_all_omf_records()
442 if (((OMF_record *)tmp)->type == type) { in count_omf_record_type()
455 if (((OMF_record *)tmp)->type == type) { in count_omf_multi_record_type()
465 if (((OMF_record *)tmp)->type == type) { in get_next_omf_record_type()
501 ((OMF_record *)tmp)->content = NULL; in get_omf_section_info()
553 …obj->sections[((OMF_data *)((OMF_record *)tmp)->content)->seg_idx - 1]->data = ((OMF_record *)tmp)… in get_omf_data_info()
555 ((OMF_record *)tmp)->content = NULL; in get_omf_data_info()
610 if (((OMF_record *)rec)->type == OMF_LNAMES) { in free_all_omf_records()
[all …]
H A Domf_specs.h77 } OMF_record; typedef
H A Domf.h11 OMF_record record;