Home
last modified time | relevance | path

Searched defs:fileOffset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_headers.h60 uint32_t fileOffset; member
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem.cpp46 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp163 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4888 auto fileOffset = runtime->GetBinaryFileBaseOffset(arch); in VisitFillConstArray() local