Searched defs:GET_LINENO_LNNO (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | external.h | 131 #define GET_LINENO_LNNO(abfd, ext) H_GET_32 (abfd, (ext->l_lnno)) macro 135 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | external.h | 131 #define GET_LINENO_LNNO(abfd, ext) H_GET_32 (abfd, (ext->l_lnno)) macro 135 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno)) macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffswap.h | 89 #define GET_LINENO_LNNO(abfd, ext) \ macro
|
H A D | libpei.h | 118 #define GET_LINENO_LNNO(abfd, ext) \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffswap.h | 89 #define GET_LINENO_LNNO(abfd, ext) \ macro
|
H A D | libpei.h | 116 #define GET_LINENO_LNNO(abfd, ext) \ macro
|