Searched refs:PT_LOAD (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/courgette/
H A Dtypes_elf.h108 PT_LOAD = 1, enumerator in enum:ph_type_values
H A Ddisassembler_elf_32.cc148 if (segment_header->p_type != PT_LOAD)
/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c212 /* Scan for PT_LOAD segments to find the total size of the file image. */
241 if (phdrs.p32[i].p_type == PT_LOAD)
251 if (phdrs.p64[i].p_type == PT_LOAD)
298 if (phdrs.p32[i].p_type == PT_LOAD)
312 /* This will normally have been in the first PT_LOAD segment. But it
325 if (phdrs.p32[i].p_type == PT_LOAD)
339 /* This will normally have been in the first PT_LOAD segment. But it
H A Dcore-file.c165 case PT_LOAD:
275 while (phdr.p_type != PT_LOAD
302 if (phdr.p_type == PT_LOAD)
415 /* First report each PT_LOAD segment. */
H A Ddwfl_report_elf.c201 if (ph->p_type == PT_LOAD)
218 if (ph->p_type == PT_LOAD
H A Ddwfl_segment_report_module.c266 /* Collect the bias between START and the containing PT_LOAD's p_vaddr. */
366 case PT_LOAD:
632 if (type == PT_LOAD)
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp31 case ELF::PT_LOAD:
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc125 if (phdr.p_type != PT_LOAD) {
126 // Do nothing for non PT_LOAD header.
135 // The end address looks overflowing, or PT_LOAD is not found.
155 if (phdrs[i].p_type == PT_LOAD) {
183 if (phdr.p_type != PT_LOAD) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp238 if (phdr->p_type == PT_LOAD) {
260 if (phdr->p_type != PT_LOAD) {
281 if (phdr->p_type != PT_LOAD) {
H A Dcrazy_linker_elf_view.cpp61 if (entry->p_type == PT_LOAD) {
H A Dlinker_phdr.cpp52 An ELF file's program header table contains one or more PT_LOAD
152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
297 * turn some of the pages of a writable PT_LOAD segment to read-only, as
H A Dcrazy_linker_rdebug.cpp94 if (phdr.p_type == PT_LOAD && !found_load0) {
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/external/valgrind/main/coregrind/m_ume/
H A Delf.c169 if (ph->p_type != PT_LOAD)
188 if (ph->p_type != PT_LOAD)
362 case PT_LOAD:
398 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c113 case PT_LOAD:
H A DGtables.c497 if (phdr->p_type == PT_LOAD)
523 if (phdr->p_type == PT_LOAD && p_unwind->p_vaddr >= phdr->p_vaddr
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c73 case PT_LOAD:
/external/chromium_org/third_party/libvpx/include/
H A Delf.h57 #define PT_LOAD 1 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc190 link_base_ = ~0L; // Sentinel: PT_LOAD .p_vaddr can't possibly be this.
235 case PT_LOAD:
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc190 link_base_ = ~0L; // Sentinel: PT_LOAD .p_vaddr can't possibly be this.
235 case PT_LOAD:
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc100 case PT_LOAD: type = "LOAD"; break;
352 if (program_header->p_type == PT_LOAD &&
406 if (program_header->p_type == PT_LOAD &&
495 if (program_header->p_type == PT_LOAD ||
/external/kernel-headers/original/uapi/linux/
H A Delf.h26 #define PT_LOAD 1 macro
/external/libunwind/src/coredump/
H A D_UCD_create.c252 if (cur->p_type == PT_LOAD)
/external/libunwind/src/
H A Delfxx.c176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff)
/external/qemu/include/hw/
H A Delf_ops.h235 if (ph->p_type == PT_LOAD) {

Completed in 3846 milliseconds

123