HomeSort by relevance Sort by last modified time
    Searched refs:PointerToRawData (Results 1 - 25 of 72) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
MeasureBootPeCoff.c 260 // 12. Using the 'PointerToRawData' in the referenced section headers as
274 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
294 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
MeasureBootPeCoff.c 260 // 12. Using the 'PointerToRawData' in the referenced section headers as
274 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
294 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.c 135 Hdr->PointerToRawData = Offset;
GenFw.c 579 if (SectionHeader->VirtualAddress != SectionHeader->PointerToRawData) {
649 *FileBuffer + SectionHeader->PointerToRawData,
657 SectionHeader->PointerToRawData = SectionHeader->VirtualAddress;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 409 DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData;
475 SectionHeader.PointerToRawData +
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
fwimage.c 179 PdataOffset = Section->PointerToRawData;
227 if (SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData == Optional32->SizeOfImage) {
261 if (SectionHeader->PointerToRawData + SectionHeader->SizeOfRawData == Optional64->SizeOfImage) {
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 62 support::ulittle32_t PointerToRawData;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 72 PointerToRawData uint32
392 h.PointerToRawData = uint32(nextfileoff)
402 if off != int64(h.PointerToRawData) {
403 Errorf(nil, "%s.PointerToRawData = %#x, want %#x", cstring(h.Name[:]), uint64(int64(h.PointerToRawData)), uint64(off))
414 if s.Fileoff != uint64(h.PointerToRawData) {
415 Errorf(nil, "%s.PointerToRawData = %#x, want %#x", cstring(h.Name[:]), uint64(int64(h.PointerToRawData)), uint64(int64(s.Fileoff)))
633 Cseek(int64(uint64(datsect.PointerToRawData) + ftbase))
1112 Cseek(int64(c.PointerToRawData))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 72 PointerToRawData uint32
392 h.PointerToRawData = uint32(nextfileoff)
402 if off != int64(h.PointerToRawData) {
403 Errorf(nil, "%s.PointerToRawData = %#x, want %#x", cstring(h.Name[:]), uint64(int64(h.PointerToRawData)), uint64(off))
414 if s.Fileoff != uint64(h.PointerToRawData) {
415 Errorf(nil, "%s.PointerToRawData = %#x, want %#x", cstring(h.Name[:]), uint64(int64(h.PointerToRawData)), uint64(int64(s.Fileoff)))
633 Cseek(int64(uint64(datsect.PointerToRawData) + ftbase))
1112 Cseek(int64(c.PointerToRawData))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c 46 SectionHeader->PointerToRawData -= TeStrippedOffset;
517 SectionHeader.PointerToRawData < ImageContext->SizeOfHeaders) {
525 if ((UINT32) (~0) - SectionHeader.PointerToRawData < SectionHeader.SizeOfRawData) {
538 SectionHeader.PointerToRawData + SectionHeader.SizeOfRawData - 1,
736 DebugDirectoryEntryFileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData;
812 SectionHeader.PointerToRawData -
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 191 S.Header.PointerToRawData = CurrentSectionDataOffset;
201 S.Header.PointerToRawData = 0;
433 << binary_le(i->Header.PointerToRawData)
455 assert(S.Header.PointerToRawData >= OS.tell());
456 OS << num_zeros(S.Header.PointerToRawData - OS.tell());
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 565 // 12. Using the 'PointerToRawData' in the referenced section headers as
579 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
599 HashBase = (UINT8 *) (UINTN) ImageAddress + Section->PointerToRawData;
    [all...]
  /external/syslinux/gpxe/src/util/
elf2efi.c 614 section->hdr.PointerToRawData = fpos;
637 if ( fseek ( pe, section->hdr.PointerToRawData,
640 section->hdr.PointerToRawData,
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 20 PointerToRawData uint32
file.go 157 Offset: sh.PointerToRawData,
165 if sh.PointerToRawData == 0 { // .bss must have all 0s
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 20 PointerToRawData uint32
file.go 157 Offset: sh.PointerToRawData,
165 if sh.PointerToRawData == 0 { // .bss must have all 0s
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 330 DebugDirectoryEntryFileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData;
392 SectionHeader.PointerToRawData +
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 527 DebugDirectoryEntryFileOffset = DebugDirectoryEntryRva - SectionHeader.VirtualAddress + SectionHeader.PointerToRawData;
601 SectionHeader.PointerToRawData +
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 150 uint32_t PointerToRawData;
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 603 WriteLE32(S.PointerToRawData);
801 Sec->Header.PointerToRawData = offset;
854 if ((*i)->Header.PointerToRawData != 0) {
855 assert(OS.tell() == (*i)->Header.PointerToRawData &&
856 "Section::PointerToRawData is insane!");
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 593 writeLE32(S.PointerToRawData);
937 Sec->Header.PointerToRawData = offset;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 149 Section->PointerToRawData +
330 uintptr_t con_start = uintptr_t(base()) + sec->PointerToRawData;
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 598 char PointerToRawData[4];
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c     [all...]

Completed in 695 milliseconds

1 2 3