| /src/external/gpl3/binutils/dist/bfd/ |
| peicode.h | 1603 if ((a->SectionAlignment & -a->SectionAlignment) != a->SectionAlignment 1604 || a->SectionAlignment >= 0x80000000) 1606 _bfd_error_handler (_("%pB: adjusting invalid SectionAlignment"), 1608 a->SectionAlignment &= -a->SectionAlignment; 1609 if (a->SectionAlignment >= 0x80000000) 1610 a->SectionAlignment = 0x40000000; 1614 || a->FileAlignment > a->SectionAlignment) [all...] |
| peXXigen.c | 492 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment); 605 sa = extra->SectionAlignment; 757 H_PUT_32 (abfd, extra->SectionAlignment, aouthdr_out->SectionAlignment); 2865 fprintf (file, "\nSectionAlignment\t%08x\n", i->SectionAlignment);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peicode.h | 1598 if ((a->SectionAlignment & -a->SectionAlignment) != a->SectionAlignment 1599 || a->SectionAlignment >= 0x80000000) 1601 _bfd_error_handler (_("%pB: adjusting invalid SectionAlignment"), 1603 a->SectionAlignment &= -a->SectionAlignment; 1604 if (a->SectionAlignment >= 0x80000000) 1605 a->SectionAlignment = 0x40000000; 1609 || a->FileAlignment > a->SectionAlignment) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peicode.h | 1598 if ((a->SectionAlignment & -a->SectionAlignment) != a->SectionAlignment 1599 || a->SectionAlignment >= 0x80000000) 1601 _bfd_error_handler (_("%pB: adjusting invalid SectionAlignment"), 1603 a->SectionAlignment &= -a->SectionAlignment; 1604 if (a->SectionAlignment >= 0x80000000) 1605 a->SectionAlignment = 0x40000000; 1609 || a->FileAlignment > a->SectionAlignment) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| peicode.h | 1598 if ((a->SectionAlignment & -a->SectionAlignment) != a->SectionAlignment 1599 || a->SectionAlignment >= 0x80000000) 1601 _bfd_error_handler (_("%pB: adjusting invalid SectionAlignment"), 1603 a->SectionAlignment &= -a->SectionAlignment; 1604 if (a->SectionAlignment >= 0x80000000) 1605 a->SectionAlignment = 0x40000000; 1609 || a->FileAlignment > a->SectionAlignment) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
| Object.h | 185 Dest.SectionAlignment = Src.SectionAlignment;
|
| COFFObjcopy.cpp | 39 Obj.IsPE ? Obj.PeHeader.SectionAlignment : 1);
|
| Writer.cpp | 214 Obj.PeHeader.SectionAlignment);
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| pe.h | 259 char SectionAlignment[4]; 298 char SectionAlignment[4];
|
| internal.h | 201 uint32_t SectionAlignment; /* Section alignment default 0x1000. */
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| pe.h | 259 char SectionAlignment[4]; 298 char SectionAlignment[4];
|
| internal.h | 210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| pe.h | 259 char SectionAlignment[4]; 298 char SectionAlignment[4];
|
| internal.h | 210 uint32_t SectionAlignment; /* Section alignment default 0x1000. */
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| pe.h | 259 char SectionAlignment[4]; 298 char SectionAlignment[4];
|
| internal.h | 201 uint32_t SectionAlignment; /* Section alignment default 0x1000. */
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| coff2yaml.cpp | 57 YAMLObj.OptionalHeader->Header.SectionAlignment = 58 OptionalHeader->SectionAlignment;
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| COFFEmitter.cpp | 354 Header->SectionAlignment = CP.Obj.OptionalHeader->Header.SectionAlignment; 360 uint32_t SizeOfImage = alignTo(SizeOfHeaders, Header->SectionAlignment); 374 SizeOfImage += alignTo(S.Header.VirtualSize, Header->SectionAlignment);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia32/ |
| pe.h | 144 UINT32 SectionAlignment;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
| pe.h | 163 UINT32 SectionAlignment;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/ |
| pe.h | 144 UINT32 SectionAlignment;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| COFF.h | 552 uint32_t SectionAlignment;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-pe.c | 461 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment)); 574 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment));
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-pe.c | 461 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment)); 574 (long) bfd_h_get_32 (abfd, xhdr.SectionAlignment));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| COFF.h | 115 support::ulittle32_t SectionAlignment; 150 support::ulittle32_t SectionAlignment;
|