/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mpeg2bits.h | 11 WORD SectionLength :12;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/ |
ModifyInf.c | 135 int SectionLength;
158 SectionLength = Ptr - Line + 1;
159 SectionLength = SectionLength > 255 ? 255 : SectionLength;
160 strncpy (Section, Line, SectionLength);
161 Section[SectionLength] = 0;
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/ |
FwVol.c | 248 UINT32 SectionLength; 269 // SectionLength is adjusted it is 4 byte aligned. 272 SectionLength = *(UINT32 *) Section->Size & 0x00FFFFFF; 273 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4); 275 ParsedLength += SectionLength; 276 Section = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) Section + SectionLength);
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
FwVol.c | 244 UINT32 SectionLength;
265 // SectionLength is adjusted it is 4 byte aligned.
268 SectionLength = *(UINT32 *) Section->Size & 0x00FFFFFF;
269 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
271 ParsedLength += SectionLength;
272 Section = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) Section + SectionLength);
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/ |
DebugAgentSymbolsBaseLib.c | 183 UINTN SectionLength;
204 // SectionLength is adjusted it is 4 byte aligned.
207 SectionLength = *(UINT32 *)Section->Size & 0x00FFFFFF;
208 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
209 ASSERT (SectionLength != 0);
210 ParsedLength += SectionLength;
211 Section = (EFI_COMMON_SECTION_HEADER *)((UINT8 *)Section + SectionLength);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | 100 IN UINT32 SectionLength
1225 UINT32 SectionLength;
1257 SectionLength = GetLength (((EFI_COMMON_SECTION_HEADER *) Ptr)->Size);
1265 if (SectionLength == 0xffffff && Type == 0xff) {
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 296 UINT32 SectionLength;
319 SectionLength = *(UINT32 *)Section->Size & 0x00FFFFFF;
327 (UINT32) SectionLength - sizeof (EFI_COMPRESSION_SECTION),
402 // SectionLength is adjusted it is 4 byte aligned.
405 SectionLength = *(UINT32 *)Section->Size & 0x00FFFFFF;
406 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
407 ASSERT (SectionLength != 0);
408 ParsedLength += SectionLength;
409 Section = (EFI_COMMON_SECTION_HEADER *)((UINT8 *)Section + SectionLength);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
FwVol.c | 744 UINT32 SectionLength;
772 SectionLength = SECTION2_SIZE (Section);
774 // SectionLength is adjusted it is 4 byte aligned.
777 SectionLength = GET_OCCUPIED_SIZE (SectionLength, 4);
778 ASSERT (SectionLength != 0);
779 ParsedLength += SectionLength;
780 Section = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) Section + SectionLength);
802 SectionLength = SECTION2_SIZE (Section);
804 SectionLength = SECTION_SIZE (Section); [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/ |
SectionExtraction.c | 278 UINTN SectionLength;
287 SectionLength = SECTION2_SIZE (SectionHeader);
289 SectionLength = SECTION_SIZE (SectionHeader);
291 TotalLength += SectionLength;
300 SectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) SectionHeader + SectionLength);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/ |
CoreSectionExtraction.c | 268 UINTN SectionLength;
277 SectionLength = SECTION2_SIZE (SectionHeader);
279 SectionLength = SECTION_SIZE (SectionHeader);
281 TotalLength += SectionLength;
290 SectionHeader = (EFI_COMMON_SECTION_HEADER *) ((UINT8 *) SectionHeader + SectionLength);
[all...] |
/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.cpp | 605 uint32_t Offset = sizeof(uint32_t); /* SectionLength */ 607 SW.printNumber("SectionLength", Length); 668 uint32_t SectionLength = 674 ParseSubsection(Section.data() + Offset, SectionLength); 675 Offset = Offset + SectionLength;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
GenFfsFile.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Sal.h | 567 UINT32 SectionLength;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/ |
SalApi.h | 409 UINT32 SectionLength;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
Cper.h | 211 UINT32 SectionLength;
[all...] |