Searched refs:x_scn (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-coff.h169 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen)
170 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc)
171 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno)
179 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v))
180 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v))
181 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dlibpei.h93 H_GET_32 (abfd, ext->x_scn.x_scnlen)
97 H_GET_16 (abfd, ext->x_scn.x_nreloc)
101 H_GET_16 (abfd, ext->x_scn.x_nlinno)
105 H_PUT_32(abfd, in, ext->x_scn.x_scnlen)
109 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
113 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
H A Dcoffswap.h66 H_GET_32 (abfd, ext->x_scn.x_scnlen)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
78 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen)
82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc)
86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno)
421 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext);
422 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext);
423 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext);
427 in->x_scn
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dlibpei.h93 H_GET_32 (abfd, ext->x_scn.x_scnlen)
97 H_GET_16 (abfd, ext->x_scn.x_nreloc)
101 H_GET_16 (abfd, ext->x_scn.x_nlinno)
105 H_PUT_32(abfd, in, ext->x_scn.x_scnlen)
109 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
113 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
H A Dcoffswap.h66 H_GET_32 (abfd, ext->x_scn.x_scnlen)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
78 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen)
82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc)
86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno)
448 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext);
449 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext);
450 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext);
454 in->x_scn
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff.h167 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen)
168 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc)
169 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno)
177 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v))
178 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v))
179 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dlibpei.h93 H_GET_32 (abfd, ext->x_scn.x_scnlen)
97 H_GET_16 (abfd, ext->x_scn.x_nreloc)
101 H_GET_16 (abfd, ext->x_scn.x_nlinno)
105 H_PUT_32(abfd, in, ext->x_scn.x_scnlen)
109 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
113 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
H A Dcoffswap.h66 H_GET_32 (abfd, ext->x_scn.x_scnlen)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
78 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen)
82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc)
86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno)
448 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext);
449 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext);
450 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext);
454 in->x_scn
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.h171 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen)
172 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc)
173 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno)
181 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v))
182 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v))
183 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoffswap.h66 H_GET_32 (abfd, ext->x_scn.x_scnlen)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
78 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen)
82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc)
86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno)
441 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext);
442 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext);
443 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext);
447 in->x_scn
[all...]
H A Dlibpei.h95 H_GET_32 (abfd, ext->x_scn.x_scnlen)
99 H_GET_16 (abfd, ext->x_scn.x_nreloc)
103 H_GET_16 (abfd, ext->x_scn.x_nlinno)
107 H_PUT_32(abfd, in, ext->x_scn.x_scnlen)
111 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
115 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
H A Dcoffcode.h970 aux.x_scn.x_comdat = 0;
999 switch (aux.x_scn.x_comdat)
3878 aux->u.auxent.x_scn.x_comdat = IMAGE_COMDAT_SELECT_ANY;
3882 aux->u.auxent.x_scn.x_comdat =
3887 aux->u.auxent.x_scn.x_comdat =
3892 aux->u.auxent.x_scn.x_comdat =
5855 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->Section.Length);
5856 in->x_scn.x_nreloc =
5858 in->x_scn.x_nlinno =
5860 in->x_scn
[all...]
/netbsd-current/external/cddl/osnet/dist/head/
H A Dsyms.h203 } x_scn; member in union:auxent
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dexternal.h252 } x_scn; member in union:external_auxent
H A Dti.h456 } x_scn; member in union:external_auxent
474 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD, NULL))
476 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD, NULL), (EXT)->x_scn.x_scnlen)
H A Drs6000.h186 } x_scn; member in union:external_auxent
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dexternal.h252 } x_scn; member in union:external_auxent
H A Dti.h457 } x_scn; member in union:external_auxent
475 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD, NULL))
477 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD, NULL), (EXT)->x_scn.x_scnlen)
H A Drs6000.h187 } x_scn; member in union:external_auxent
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dexternal.h252 } x_scn; member in union:external_auxent
H A Dti.h457 } x_scn; member in union:external_auxent
475 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD, NULL))
477 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD, NULL), (EXT)->x_scn.x_scnlen)
H A Drs6000.h187 } x_scn; member in union:external_auxent
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dexternal.h252 } x_scn; member in union:external_auxent
H A Dti.h457 } x_scn; member in union:external_auxent
475 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD, NULL))
477 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD, NULL), (EXT)->x_scn.x_scnlen)
H A Drs6000.h187 } x_scn; member in union:external_auxent

Completed in 255 milliseconds

123