Home
last modified time | relevance | path

Searched defs:coff_symbol (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h207 struct coff_symbol struct
214 struct coff_symbol * next; argument
215 struct coff_symbol * next_in_ofile_list; /* For the ofile list. */ argument
216 int number;
217 int er_number;
218 struct coff_sfile * sfile;
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h207 struct coff_symbol struct
214 struct coff_symbol * next; argument
215 struct coff_symbol * next_in_ofile_list; /* For the ofile list. */ argument
216 int number;
217 int er_number;
218 struct coff_sfile * sfile;
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dpecoff.c163 struct coff_symbol struct
178 struct coff_symbol *symbols; argument
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dpecoff.c163 struct coff_symbol struct
178 struct coff_symbol *symbols; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h250 struct coff_symbol { struct
265 using coff_symbol16 = coff_symbol<support::ulittle16_t>; argument