Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Delf_types.h121 uint32_t p_type; member
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem_hooks.cpp40 if (phdr.p_type == PT_LOAD && (phdr.p_flags & PF_X) != 0) { in FindLibDwarfCodeRegion()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h444 header.p_type = type; in Segment()
780 ASSERT(lodDynamicSegment->header.p_type == PT_DYNAMIC); in SettleSectionsForAot()
781 lodDynamicSegment->header.p_type = PT_LOAD; in SettleSectionsForAot()
816 ASSERT(currentSegment_ != nullptr && currentSegment_->header.p_type != PT_NULL); in SettleSection()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_reader.cpp259 if (phdr[i].p_type != llvm::ELF::PT_LOAD) { in ParseELFSegment()
Delf_builder.cpp664 phdrs[phdrIndex].p_type = llvm::ELF::PT_LOAD; in PackELFSegment()