HomeSort by relevance Sort by last modified time
    Searched refs:dataoff (Results 1 - 17 of 17) sorted by null

  /bionic/libc/include/sys/
ucontext.h 185 unsigned long dataoff;
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 52 __u32 dataoff; member in struct:_fpstate_32
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 114 __u32 dataoff; member in struct:_fpstate_32
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 82 out->float_save.data_offset = fp->dataoff;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 683 W.printNumber("Data offset", LLC.dataoff);
689 LLC.dataoff, i);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 712 W.printNumber("Data offset", LLC.dataoff);
718 LLC.dataoff, i);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 564 uint32_t dataoff; member in struct:llvm::MachO::linkedit_data_command
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 598 if (LinkData.dataoff > FileSize)
599 return malformedError("dataoff field of " + Twine(CmdName) + " command " +
602 uint64_t BigSize = LinkData.dataoff;
605 return malformedError("dataoff field plus datasize field of " +
609 if (Error Err = checkOverlappingElement(Elements, LinkData.dataoff,
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 776 uint32_t dataoff; member in struct:llvm::MachO::linkedit_data_command
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 784 uint32_t dataoff; member in struct:llvm::MachO::linkedit_data_command
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 781 uint32_t dataoff; member in struct:llvm::MachO::linkedit_data_command
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 358 IO.mapRequired("dataoff", LoadCommand.dataoff);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
MachOYAML.cpp 381 IO.mapRequired("dataoff", LoadCommand.dataoff);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
508 const char *loh = O->getData().substr(LohLC.dataoff, 1).data();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 332 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
836 const char *loh = O->getData().substr(LohLC.dataoff, 1).data();
    [all...]

Completed in 407 milliseconds