Searched refs:RelaSection (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | elf_file.h | 213 class RelaSection : public Section { class 215 RelaSection(const std::string &name, Word type, Xword flags, Word info, Xword align, const Section &link) in RelaSection() function in assembler::RelaSection 223 ~RelaSection() = default; 242 }; /* class RelaSection */
|
H A D | elf_assembler.h | 618 RelaSection *relaSection = nullptr; 619 RelaSection *relaDataSection = nullptr; 620 RelaSection *relaRodataSection = nullptr; 625 RelaSection *relaDebugInfoSection = nullptr;
|
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
H A D | jit_dump_elf.h | 151 class RelaSection : public Section { class 153 RelaSection(const std::string &name, maplebe::Word type, maplebe::Xword flags, maplebe::Word info, in RelaSection() function in panda::ecmascript::RelaSection 161 ~RelaSection() = default; 180 }; /* class RelaSection */
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | ifile.h | 415 class RelaSection : public Section { class 417 RelaSection(const std::string &name, Word type, Word flags, Word info, Word align, const Section &link, in RelaSection() function in maplebe::RelaSection 426 ~RelaSection() = default; 446 }; /* class RelaSection */
|
H A D | obj_emit.h | 555 RelaSection *relaSection = nullptr;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | elf_assembler.cpp | 819 new RelaSection(".rela.text", SHT_RELA, SHF_INFO_LINK, textSection->GetIndex(), k8Bits, *symbolTabSection); in HandleTextSectionFixup() 864 new RelaSection(".rela.data", SHT_RELA, SHF_INFO_LINK, dataSection->GetIndex(), k8Bits, *symbolTabSection); in HandleDataSectionFixup() 917 relaRodataSection = new RelaSection(".rela.rodata", SHT_RELA, SHF_INFO_LINK, rodataSection->GetIndex(), k8Bits, in HandleRodataSectionFixup() 1254 relaDebugInfoSection = new RelaSection(".rela.debug_info", SHT_RELA, SHF_INFO_LINK, in HandleDebugInfoSectionFixup()
|
Completed in 10 milliseconds