Home
last modified time | relevance | path

Searched defs:coff_ptr_struct (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibcoff.h667 typedef struct coff_ptr_struct struct
671 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibcoff.h625 typedef struct coff_ptr_struct struct
629 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 …]