Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Delf_file.cc229 dynamic_program_header_ = FindProgamHeaderByType(PT_DYNAMIC); in Setup()
1088 if (program_header->p_type == PT_DYNAMIC) { in Load()
Delf.h1579 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/art/compiler/
Delf_writer_quick.cc284 program_headers[PH_DYNAMIC].p_type = PT_DYNAMIC; in Write()