Home
last modified time | relevance | path

Searched refs:SetFileOffset (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp162 void JsJitDumpElf::SetFileOffset(int fd, uint64 offset) in SetFileOffset() function in panda::ecmascript::JsJitDumpElf
180 SetFileOffset(fd, section->GetOffset()); in WriteJitElfFile()
183 SetFileOffset(fd, header.e_shoff); in WriteJitElfFile()
H A Djit_dump_elf.h334 void SetFileOffset(int fd, uint64 offset);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp144 SetFileOffset(section->GetOffset()); in WriteObjFile()
149 SetFileOffset(header.e_shoff); in WriteObjFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h264 void SetFileOffset(uint64 offset) in SetFileOffset() function in maplebe::Emitter
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp705 void ElfAssembler::SetFileOffset(uint64 offset) in SetFileOffset() function in ElfAssembler
981 SetFileOffset(section->GetOffset()); in WriteElfFile()
986 SetFileOffset(header.e_shoff); in WriteElfFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h589 void SetFileOffset(uint64 offset);

Completed in 18 milliseconds