HomeSort by relevance Sort by last modified time
    Searched refs:PT_LOAD (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/gold/
defstd.cc 131 elfcpp::PT_LOAD, // segment_type
145 elfcpp::PT_LOAD, // segment_type
159 elfcpp::PT_LOAD, // segment_type
173 elfcpp::PT_LOAD, // segment_type
187 elfcpp::PT_LOAD, // segment_type
201 elfcpp::PT_LOAD, // segment_type
215 elfcpp::PT_LOAD, // segment_type
229 elfcpp::PT_LOAD, // segment_type
243 elfcpp::PT_LOAD, // segment_type
257 elfcpp::PT_LOAD, // segment_typ
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_3.t 49 text PT_LOAD FILEHDR PHDRS FLAGS(5);
52 data PT_LOAD;
53 bss PT_LOAD;
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 55 return type() == llvm::ELF::PT_LOAD;
59 return (type() == llvm::ELF::PT_LOAD) && ((flag() & llvm::ELF::PF_W) != 0x0);
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 67 The first non-executable PT_LOAD segment appears first in the file
101 if (seg->p_type == PT_LOAD)
174 /* First, we're just finding the earliest PT_LOAD.
184 /* Now that we've noted the first PT_LOAD, we're looking for
185 the first non-executable PT_LOAD with a nonempty p_filesz. */
198 if (prevseg->p_type == PT_LOAD)
218 /* Now swap the first and last PT_LOAD segments'
231 been done as we wanted. But the PT_LOAD phdrs are no longer in the
246 /* Find the PT_LOAD that contains the headers (should be the first). */
249 if ((*m)->p_type == PT_LOAD && (*m)->includes_filehdr
    [all...]
  /bionic/libc/bionic/
dl_iterate_phdr_static.cpp 76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
vdso.cpp 82 } else if (vdso_phdr[i].p_type == PT_LOAD) {
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 29 case ELF::PT_LOAD:
  /external/elfutils/libdwfl/
elf-from-memory.c 53 PAGESIZE is the minimum page size and alignment used for the PT_LOAD
212 /* Scan for PT_LOAD segments to find the total size of the file image. */
255 if ((*p32)[i].p_type == PT_LOAD)
266 if ((*p64)[i].p_type == PT_LOAD)
321 if ((*p32)[i].p_type == PT_LOAD)
335 /* This will normally have been in the first PT_LOAD segment. But it
348 if ((*p64)[i].p_type == PT_LOAD)
362 /* This will normally have been in the first PT_LOAD segment. But it
dwfl_report_elf.c 184 if (ph->p_type == PT_LOAD)
207 if (ph->p_type == PT_LOAD
core-file.c 147 case PT_LOAD:
267 if (pphdr->p_type == PT_LOAD)
307 while (phdr.p_type != PT_LOAD
481 /* First report each PT_LOAD segment. */
  /external/elfutils/tests/
showptable.c 81 [PT_LOAD] = "LOAD",
  /external/valgrind/coregrind/m_ume/
elf.c 172 if (ph->p_type != PT_LOAD)
191 if (ph->p_type != PT_LOAD)
376 case PT_LOAD:
438 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 83 m_pParent.elfSegmentTable().find(llvm::ELF::PT_LOAD, 0x0, 0x0);
  /external/compiler-rt/lib/cfi/
cfi.cc 134 if (phdr->p_type == PT_LOAD) {
167 if (phdr->p_type == PT_LOAD) {
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 58 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD));
79 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD));
elf_core_dump.cc 152 if (program->p_type != PT_LOAD)
  /bionic/tools/relocation_packer/src/
elf_file.cc 90 case PT_LOAD: type = "LOAD"; break;
310 CHECK(program_header->p_type == PT_LOAD);
324 CHECK(program_header->p_type == PT_LOAD);
337 if (other_header->p_type == PT_LOAD && other_header != program_header) {
352 CHECK(program_header->p_type == PT_LOAD);
397 if (program_header->p_type == PT_LOAD) {
423 if (program_header->p_type == PT_LOAD &&
454 // Adjust PT_LOAD program header memsz and filesz
    [all...]
  /bionic/libc/malloc_debug/
MapData.cpp 102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) {
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 113 case PT_LOAD:
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 55 private static final long PT_LOAD = 1;
355 if (p_type == PT_LOAD) {
  /bionic/linker/
linker_phdr.cpp 61 An ELF file's program header table contains one or more PT_LOAD
389 if (phdr->p_type != PT_LOAD) {
485 if (phdr->p_type != PT_LOAD) {
573 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
676 * turn some of the pages of a writable PT_LOAD segment to read-only, as
939 if (phdr->p_type == PT_LOAD) {
    [all...]
  /external/libunwind/src/
elfxx.c 260 if (phdr.p_type == PT_LOAD) {
398 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) {
412 if (phdr[i].p_type == PT_LOAD && phdr[i].p_vaddr < min_vaddr) {
622 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) {
642 if (phdr.p_type == PT_LOAD && phdr.p_offset == 0) {
  /device/google/dragon/crash_collector/
coredump_writer.cc 344 // If the type is PT_LOAD and the range is found in the set, it means the
348 if (out.p_type == PT_LOAD && file_mappings.count(range)) {
397 if (program_header.p_type != PT_LOAD)
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 148 case PT_LOAD:
187 Debug(1, "PT_LOAD section not found.\n");
281 case PT_LOAD:

Completed in 1138 milliseconds

1 2 3 4 5 6 7 8