Searched defs:coff_ptr_struct (Results 1 – 2 of 2) sorted by relevance
667 typedef struct coff_ptr_struct struct671 unsigned int offset;674 unsigned int is_sym : 1;678 unsigned int fix_tag : 1;682 unsigned int fix_end : 1;686 unsigned int fix_scnlen : 1;690 unsigned int fix_value : 1;694 unsigned int fix_line : 1;699 {702 } u;[all …]
625 typedef struct coff_ptr_struct struct629 unsigned int offset;633 unsigned int fix_value : 1;637 unsigned int fix_tag : 1;641 unsigned int fix_end : 1;645 unsigned int fix_scnlen : 1;649 unsigned int fix_line : 1;654 {657 } u;660 bool is_sym;[all …]