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

/art/runtime/
H A Delf_file.cc196 dynamic_program_header_ = FindProgamHeaderByType(PT_DYNAMIC);
198 *error_msg = StringPrintf("Failed to find PT_DYNAMIC program header in ELF file: '%s'",
257 LOG(WARNING) << "Failed to find matching SHT_DYNAMIC for PT_DYNAMIC in "
348 *error_msg = StringPrintf("Failed to find PT_DYNAMIC program header in ELF file: '%s'",
1103 if (program_header->p_type == PT_DYNAMIC) {
1304 "expected %d as implied by size of PT_DYNAMIC segment in %s",
H A Delf.h1586 PT_DYNAMIC = 2, // Dynamic linking information. enumerator in enum:__anon127
/art/compiler/linker/
H A Delf_builder.h558 dynamic_.phdr_type_ = PT_DYNAMIC;
693 // The .dynamic section is found using the PT_DYNAMIC program header.

Completed in 15 milliseconds