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

1 2 3

  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 21 PointerToRelocations uint32
56 _, err := r.Seek(int64(sh.PointerToRelocations), seekStart)
76 PointerToRelocations uint32
file.go 158 PointerToRelocations: sh.PointerToRelocations,
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 21 PointerToRelocations uint32
56 _, err := r.Seek(int64(sh.PointerToRelocations), seekStart)
76 PointerToRelocations uint32
file.go 158 PointerToRelocations: sh.PointerToRelocations,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.c 136 Hdr->PointerToRelocations = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 63 support::ulittle32_t PointerToRelocations;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 151 uint32_t PointerToRelocations;
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 604 WriteLE32(S.PointerToRelocations);
808 Sec->Header.PointerToRelocations = offset;
862 assert(OS.tell() == (*i)->Header.PointerToRelocations &&
863 "Section::PointerToRelocations is insane!");
871 assert((*i)->Header.PointerToRelocations == 0 &&
872 "Section::PointerToRelocations is insane!");
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 73 PointerToRelocations uint32
825 text.PointerToRelocations = uint32(coutbuf.Offset())
837 Cseek(int64(text.PointerToRelocations))
844 text.PointerToRelocations += 10 // skip the extend reloc entry
848 data.PointerToRelocations = uint32(cpos)
860 Cseek(int64(data.PointerToRelocations))
867 data.PointerToRelocations += 10 // skip the extend reloc entry
873 ctors.PointerToRelocations = uint32(coutbuf.Offset())
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 73 PointerToRelocations uint32
825 text.PointerToRelocations = uint32(coutbuf.Offset())
837 Cseek(int64(text.PointerToRelocations))
844 text.PointerToRelocations += 10 // skip the extend reloc entry
848 data.PointerToRelocations = uint32(cpos)
860 Cseek(int64(data.PointerToRelocations))
867 data.PointerToRelocations += 10 // skip the extend reloc entry
873 ctors.PointerToRelocations = uint32(coutbuf.Offset())
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 390 ret.p = reinterpret_cast<uintptr_t>(base() + sec->PointerToRelocations);
404 base() + sec->PointerToRelocations)
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 594 writeLE32(S.PointerToRelocations);
952 Sec->Header.PointerToRelocations = offset;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
PeImage.h 321 UINT32 PointerToRelocations;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiImage.h 328 UINT32 PointerToRelocations;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PeImage.h 288 UINT32 PointerToRelocations;
  /external/llvm/include/llvm/Support/
COFF.h 241 uint32_t PointerToRelocations;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 246 uint32_t PointerToRelocations;
  /external/syslinux/efi32/include/efi/ia32/
pe.h 245 UINT32 PointerToRelocations;
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 245 UINT32 PointerToRelocations;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
pe.h 245 UINT32 PointerToRelocations;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 251 UINT32 PointerToRelocations;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
pe.h 245 UINT32 PointerToRelocations;
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
PeImage.h 358 UINT32 PointerToRelocations;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 246 uint32_t PointerToRelocations;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 246 uint32_t PointerToRelocations;

Completed in 1279 milliseconds

1 2 3