| /src/sys/arch/macppc/stand/fixcoff/ |
| fixcoff.c | 96 char o_snloader[2]; member in struct:aouthdr
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| rs6k64.h | 54 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon8043
|
| rs6000.h | 64 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon8028
|
| internal.h | 250 short o_snloader; /* section number for loader section */ member in struct:internal_aouthdr
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| rs6k64.h | 54 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon9507
|
| rs6000.h | 64 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon9492
|
| internal.h | 260 short o_snloader; /* section number for loader section */ member in struct:internal_aouthdr
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| rs6k64.h | 54 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon3550
|
| rs6000.h | 64 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon3535
|
| internal.h | 260 short o_snloader; /* section number for loader section */ member in struct:internal_aouthdr
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| rs6k64.h | 54 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon6291
|
| rs6000.h | 64 unsigned char o_snloader[2]; /* section number of .loader section */ member in struct:__anon6276
|
| internal.h | 260 short o_snloader; /* section number for loader section */ member in struct:internal_aouthdr
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffswap.h | 645 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader); 705 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
|
| coffcode.h | 4234 internal_a.o_snloader = loader_sec->target_index; 4236 internal_a.o_snloader = 0;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coffswap.h | 645 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader); 705 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
|
| coffcode.h | 4243 internal_a.o_snloader = loader_sec->target_index; 4245 internal_a.o_snloader = 0;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffswap.h | 645 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader); 705 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
|
| coffcode.h | 4243 internal_a.o_snloader = loader_sec->target_index; 4245 internal_a.o_snloader = 0;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffswap.h | 639 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader); 699 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
|
| coffcode.h | 4241 internal_a.o_snloader = loader_sec->target_index; 4243 internal_a.o_snloader = 0;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-xcoff.c | 491 printf (" o_snloader: 0x%04x\n", 492 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snloader));
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-xcoff.c | 491 printf (" o_snloader: 0x%04x\n", 492 (unsigned int)bfd_h_get_16 (abfd, auxhdr.o_snloader));
|