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.cpp373 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
724 int64 relOffset = static_cast<int64>(label.GetRelOffset()); in AppendRela() local
833 uint32 relOffset = label->GetRelOffset(); in HandleTextSectionFixup() local
879 int64 relOffset = static_cast<int64>(label->GetRelOffset()); in HandleDataSectionFixup() local
933 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.h401 void FixupEncode(size_t position, uint32 relOffset, size_t codeSize) in FixupEncode()
Doperand.h277 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 = fixup->GetRelOffset(); in HandleTextSectionFixup() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h69 uint32 relOffset; /* offset to target label */ variable