Searched refs:PT_LOAD (Results 1 - 25 of 51) sorted by last modified time

123

/external/valgrind/main/perf/
H A Dtinycc.c563 #define PT_LOAD 1 /* Loadable program segment */ macro
19499 ph->p_type = PT_LOAD;
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c121 phdr->p_type = PT_LOAD;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1353 if (seg.p_type != PT_LOAD)
1592 - copy information from suitable PT_LOAD entries into svma_ranges
1613 if (a_phdr.p_type == PT_LOAD) {
1614 TRACE_SYMTAB("PT_LOAD[%ld]: p_vaddr %#lx (prev %#lx)\n",
1616 TRACE_SYMTAB("PT_LOAD[%ld]: p_offset %lu, p_filesz %lu,"
1647 TRACE_SYMTAB("PT_LOAD[%ld]: acquired as rw\n", i);
1655 TRACE_SYMTAB("PT_LOAD[%ld]: acquired as rx\n", i);
1782 /* Look through our collection of info obtained from the PT_LOAD
2474 if (a_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/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/qemu/include/
H A Delf.h25 #define PT_LOAD 1 macro
1455 /* This data structure represents a PT_LOAD segment. */
/external/qemu/include/hw/
H A Delf_ops.h235 if (ph->p_type == PT_LOAD) {
/external/qemu/tcg/
H A Dtcg.c2788 .p_type = PT_LOAD,
/external/ltrace/
H A Dltrace-elf.c1171 if (phdr.p_type == PT_LOAD) {
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp31 case ELF::PT_LOAD:
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp476 LLVM_READOBJ_ENUM_CASE(ELF, PT_LOAD );
/external/llvm/include/llvm/Support/
H A DELF.h1590 PT_LOAD = 1, // Loadable segment. enumerator in enum:llvm::ELF::__anon25601
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c983 if (phdr.p_type != PT_LOAD)
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1641 CASE_AND_STREAM(s, PT_LOAD , kStrWidth);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp182 /// PT_LOAD - Contains a contiguous range of Process Address Space
194 // PT_LOAD segments contains address map
195 if (header->p_type == llvm::ELF::PT_LOAD)
/external/libunwind/src/arm/
H A DGex_tables.c473 case PT_LOAD:
/external/libunwind/src/coredump/
H A D_UCD_create.c252 if (cur->p_type == PT_LOAD)
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c555 if (phdr->p_type == PT_LOAD)
690 if (info->dlpi_phdr[n].p_type == PT_LOAD)
H A DGfind_unwind_table.c73 case PT_LOAD:
/external/libunwind/src/
H A Delfxx.c176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff)
/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/kernel-headers/original/uapi/linux/
H A Delf.h26 #define PT_LOAD 1 macro
/external/elfutils/0.153/libdwfl/
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_module_getdwarf.c104 We start with the address at the end of the first PT_LOAD
127 PT_LOAD segment--i.e. to the end. That changes the end address of
145 if (ph->p_type == PT_LOAD)
292 on the address_sync computed from PT_LOAD segments (see open_elf).
635 if (phdr != NULL && phdr->p_type == PT_LOAD && phdr->p_memsz > 0)

Completed in 639 milliseconds

123