HomeSort by relevance Sort by last modified time
    Searched refs:PT_LOAD (Results 176 - 200 of 206) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 397 #define PT_LOAD 1 /* loadable segment */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 752 if (phdr->p_type == PT_LOAD && preferred_base > (uptr)phdr->p_vaddr)
761 if (phdr->p_type == PT_LOAD) {
  /external/elfutils/0.153/libdwfl/
dwfl_module_getdwarf.c 104 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)
link_map.c 490 && phdr->p_type == PT_LOAD
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 555 if (phdr->p_type == PT_LOAD)
690 if (info->dlpi_phdr[n].p_type == PT_LOAD)
  /external/elfutils/0.153/src/
elflint.c     [all...]
size.c 638 if (phdr->p_type != PT_LOAD)
elfcmp.c 620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD)
  /external/libunwind/src/arm/
Gex_tables.c 473 case PT_LOAD:
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /art/runtime/
elf_file.cc     [all...]
elf.h     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 983 if (phdr.p_type != PT_LOAD)
  /external/qemu/include/
elf.h 25 #define PT_LOAD 1
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 121 phdr->p_type = PT_LOAD;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 152 if (llvm::ELF::PT_LOAD == (*seg)->type()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 672 elfSegmentTable().find(llvm::ELF::PT_LOAD,
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 476 LLVM_READOBJ_ENUM_CASE(ELF, PT_LOAD );
    [all...]
  /external/ltrace/
ltrace-elf.c 1171 if (phdr.p_type == PT_LOAD) {
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 575 #define PT_LOAD 1 /* Loadable program segment */
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 564 #define PT_LOAD 1 /* Loadable program segment */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 564 #define PT_LOAD 1 /* Loadable program segment */
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 78 9