Searched refs:local_auxesz (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c118 static unsigned local_auxesz; variable
550 local_auxesz = cdata->local_auxesz;
555 (cdata->local_symesz + cdata->local_auxesz);
1167 bytes = bfd_bread (temp_aux, local_auxesz, nlist_bfd_global);
1168 if (bytes != local_auxesz)
1177 bytes = bfd_bread (temp_aux, local_auxesz, nlist_bfd_global);
1178 if (bytes != local_auxesz)
H A Dxcoffread.c1063 raw_symbol += coff_data (abfd)->local_auxesz;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dlibcoff-in.h69 unsigned local_auxesz; member in struct:coff_tdata
H A Dlibcoff.h73 unsigned local_auxesz; member in struct:coff_tdata
H A Dpeicode.h294 pe->coff.local_auxesz = AUXESZ;
H A Dcoffcode.h1970 coff->local_auxesz = bfd_coff_auxesz (abfd);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dlibcoff-in.h68 unsigned local_auxesz; member in struct:coff_tdata
H A Dlibcoff.h72 unsigned local_auxesz; member in struct:coff_tdata
H A Dpeicode.h294 pe->coff.local_auxesz = AUXESZ;
H A Dcoffcode.h1972 coff->local_auxesz = bfd_coff_auxesz (abfd);

Completed in 274 milliseconds