Searched refs:PT_DYNAMIC (Results 1 – 25 of 26) sorted by relevance
12
41 case ELF::PT_DYNAMIC: in printProgramHeaders()
82 [PT_DYNAMIC] = "DYNAMIC", in main()
117 phdr[1].p_type = PT_DYNAMIC; in main()
94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
122 case PT_DYNAMIC: in ia64_find_unwind_table()
506 else if (phdr->p_type == PT_DYNAMIC) in callback()
170 case PT_DYNAMIC: in dwarf_find_unwind_table_memory()302 case PT_DYNAMIC: in dwarf_find_unwind_table()
645 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
109 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso()
27 #define PT_DYNAMIC 2 macro
411 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header"); in dynamic_table_begin()423 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header"); in dynamic_table_end()
602 if (phdr->p_type == PT_DYNAMIC) in consider_executable()777 case PT_DYNAMIC: in dwfl_link_map_report()
435 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
518 case PT_DYNAMIC: in dwfl_segment_report_module()
834 if (phdr->p_type == PT_DYNAMIC) in find_dynsym()
1473 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
991 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
1019 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab()1300 else if (phdr->p_type == PT_DYNAMIC) in check_reloc_shdr()3013 && phdr->p_type == PT_DYNAMIC) in unknown_dependency_p()4450 else if (phdr->p_type == PT_DYNAMIC) in check_program_header()
6643 phdr->p_type = PT_DYNAMIC; in ld_generic_create_outfile()
3255 (check_program_header): Check that PT_DYNAMIC entry matches .dynamic
1795 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in print_dynamic()
669 if (ph.p_type == PT_DYNAMIC) { in WriteDSODebugStream()
837 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC); in getElfSegmentType()911 if (Phdr.p_type == ELF::PT_DYNAMIC) { in ELFDumper()
601 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
1748 if (a_phdr.p_type == PT_DYNAMIC && di->soname == NULL) { in ML_()