Searched refs:relas (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_file.h | 227 SetSectionSize(relas.size() * sizeof(Rela)); 232 outStream.write(reinterpret_cast<const char *>(relas.data()), relas.size() * sizeof(Rela)); 237 relas.push_back(rela); in AppendRela() 241 std::vector<Rela> relas; member in assembler::RelaSection
|
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.h | 165 SetSectionSize(relas.size() * sizeof(maplebe::Rela)); 170 (void)write(fd, reinterpret_cast<const char *>(relas.data()), relas.size() * sizeof(maplebe::Rela)); 175 relas.push_back(rela); in AppendRela() 179 std::vector<maplebe::Rela> relas; member in panda::ecmascript::RelaSection
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | ifile.h | 419 : Section(name, type, flags, align, emitter, memPool), alloc(&memPool), relas(alloc.Adapter()) in RelaSection() 430 SetDataSize(relas.size() * sizeof(Rela)); 435 outStream.write(reinterpret_cast<const char *>(relas.data()), relas.size() * sizeof(Rela)); 440 relas.push_back(rela); in AppendRela() 445 MapleVector<Rela> relas; member in maplebe::RelaSection
|
Completed in 3 milliseconds