Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt102 covers the p_memsz of all PT_LOAD, mmap()s that much from the file [even if
104 everything that is not covered by the first PT_LOAD, then
105 mmap(,,,MAP_FIXED,,) each remaining PT_LOAD. This is done to overcome the
107 might place the first PT_LOAD so that subsequent PT_LOAD [must maintain
108 relative addressing to other PT_LOAD from the same file] would evict
111 PT_LOAD from the same module are ignorable as far as allocation is
112 concerned. Also, there is nothing to stop a file from having PT_LOAD that
/external/elfutils/libdwfl/
Delf-from-memory.c241 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
251 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
298 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
325 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
Dcore-file.c172 case PT_LOAD: in dwfl_report_core_segments()
282 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback()
300 if (phdr.p_type == PT_LOAD) in dwfl_elf_phdr_memory_callback()
Ddwfl_report_elf.c196 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
211 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
Ddwfl_segment_report_module.c361 case PT_LOAD: in dwfl_segment_report_module()
606 if (type == PT_LOAD) in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c102 if (ph->p_type == PT_LOAD) in open_elf()
293 if (phdr != NULL && phdr->p_type == PT_LOAD && phdr->p_memsz > 0) in find_offsets()
Dlink_map.c489 && phdr->p_type == PT_LOAD in consider_executable()
/external/valgrind/main/coregrind/m_ume/
Delf.c170 if (ph->p_type != PT_LOAD) in mapelf()
189 if (ph->p_type != PT_LOAD) in mapelf()
358 case PT_LOAD:
394 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
/external/elfutils/tests/
Dshowptable.c89 [PT_LOAD] = "LOAD", in main()
/external/grub/stage2/
Di386-elf.h180 #define PT_LOAD 1 macro
Dboot.c604 if (phdr->p_type == PT_LOAD) in load_image()
/external/kernel-headers/original/linux/
Delf.h35 #define PT_LOAD 1 macro
/external/qemu/
Delf_ops.h235 if (ph->p_type == PT_LOAD) { in glue()
Delf.h25 #define PT_LOAD 1 macro
/external/elfutils/src/
Dfindtextrel.c332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
Delflint.c1209 if (phdr->p_type == PT_LOAD) in check_reloc_shdr()
1693 if (phdr != NULL && phdr->p_type == PT_LOAD in check_dynamic()
3672 && ((phdr->p_type == PT_LOAD in check_sections()
3827 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections()
4063 if (phdr->p_type == PT_LOAD) in check_program_header()
4127 if (phdr2->p_type == PT_LOAD in check_program_header()
4159 && phdr2->p_type == PT_LOAD in check_program_header()
Dsize.c631 if (phdr->p_type != PT_LOAD) in show_segments()
Delfcmp.c471 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
Dunstrip.c1864 if (phdr->p_type == PT_LOAD) in handle_file()
Dreadelf.c1034 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in print_phdr()
1052 if (phdr2 != NULL && phdr2->p_type == PT_LOAD in print_phdr()
DChangeLog76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
/external/llvm/include/llvm/Support/
DELF.h1008 PT_LOAD = 1, // Loadable segment. enumerator
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1256 if (seg->p_type != PT_LOAD) in file_offset_from_svma()
1511 if (phdr->p_type == PT_LOAD) { in ML_()
2340 if (phdr->p_type == PT_LOAD) { in ML_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c121 phdr->p_type = PT_LOAD; in fill_phdr()
/external/elfutils/libelf/
Delf.h570 #define PT_LOAD 1 /* Loadable program segment */ macro

12