Home
last modified time | relevance | path

Searched defs:relOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp379 size_t relOffset = offset + rel.offset; in MakeElf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp574 void ElfAssembler::UpdateLabel(int64 labelIdx, LabelType type, uint32 relOffset) in UpdateLabel()
594 uint32 relOffset = label->GetRelOffset(); in CanEncodeLabel() local
724 int64 relOffset = static_cast<int64>(label.GetRelOffset()); in AppendRela() local
830 uint32 relOffset = label->GetRelOffset(); in HandleTextSectionFixup() local
876 int64 relOffset = static_cast<int64>(label->GetRelOffset()); in HandleDataSectionFixup() local
930 int64 relOffset = static_cast<int64>(label->GetRelOffset()); in HandleRodataSectionFixup() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h405 void FixupEncode(size_t position, uint32 relOffset, size_t codeSize) in FixupEncode()
Doperand.h278 uint32 relOffset; /* record the label's position */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h76 uint32 relOffset; /* offset to target label */ variable