Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp375 size_t relOffset = offset + rel.offset; in MakeElf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp575 void ElfAssembler::UpdateLabel(int64 labelIdx, LabelType type, uint32 relOffset) in UpdateLabel()
595 uint32 relOffset = label->GetRelOffset(); in CanEncodeLabel() local
725 int64 relOffset = static_cast<int64>(label.GetRelOffset()); in AppendRela() local
831 uint32 relOffset = label->GetRelOffset(); in HandleTextSectionFixup() local
877 int64 relOffset = static_cast<int64>(label->GetRelOffset()); in HandleDataSectionFixup() local
931 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/src/cg/aarch64/
Daarch64_obj_emitter.cpp152 uint32 relOffset = fixup->GetRelOffset(); in HandleTextSectionFixup() local
161 uint32 relOffset = fixup->GetRelOffset(); in HandleTextSectionFixup() local
177 int32 relOffset = static_cast<int32>(fixup->GetRelOffset()); in HandleTextSectionFixup() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h77 uint32 relOffset; /* offset to target label */ variable