/external/elfutils/libelf/ |
D | gelf_update_phdr.c | 87 || unlikely (src->p_filesz > 0xffffffffull) in gelf_update_phdr() 119 COPY (p_filesz); in gelf_update_phdr()
|
D | elf32_getphdr.c | 160 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz); 207 CONVERT (phdr[cnt].p_filesz);
|
D | gelf_getphdr.c | 120 COPY (p_filesz);
|
D | abstract.h | 84 TYPE_NAME (ElfW2(32, Ext##Word), p_filesz) \ 96 TYPE_NAME (ElfW2(64, Ext##Xword), p_filesz) \
|
D | elf.h | 549 Elf32_Word p_filesz; /* Segment size in file */ member 562 Elf64_Xword p_filesz; /* Segment size in file */ member
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 243 phdrs.p32[i].p_filesz, phdrs.p32[i].p_align); in elf_from_remote_memory() 253 phdrs.p64[i].p_filesz, phdrs.p64[i].p_align); in elf_from_remote_memory() 300 phdrs.p32[i].p_filesz, phdrs.p32[i].p_align)) in elf_from_remote_memory() 327 phdrs.p64[i].p_filesz, phdrs.p64[i].p_align)) in elf_from_remote_memory()
|
D | core-file.c | 286 GElf_Off end = (phdr.p_offset + phdr.p_filesz + align - 1) & -align; in dwfl_elf_phdr_memory_callback() 293 if (phdr.p_filesz < phdr.p_memsz) in dwfl_elf_phdr_memory_callback() 306 end = (phdr.p_offset + phdr.p_filesz + align - 1) & -align; in dwfl_elf_phdr_memory_callback() 429 notes_phdr.p_filesz, in dwfl_core_file_report()
|
D | dwfl_segment_report_module.c | 417 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz, in dwfl_segment_report_module() 429 phdrs.p64[i].p_offset, phdrs.p64[i].p_filesz, in dwfl_segment_report_module() 613 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz); in dwfl_segment_report_module() 617 phdrs.p64[i].p_offset, phdrs.p64[i].p_filesz); in dwfl_segment_report_module()
|
D | dwfl_module_build_id.c | 122 phdr->p_filesz, in __libdwfl_find_build_id()
|
D | link_map.c | 537 phdr->p_filesz, ELF_T_DYN); in consider_executable() 734 dyn_filesz = u->p32[i].p_filesz; in dwfl_link_map_report() 744 dyn_filesz = u->p64[i].p_filesz; in dwfl_link_map_report()
|
D | dwfl_module_getdwarf.c | 297 && addrs[j] - phdr->p_vaddr < phdr->p_filesz) in find_offsets() 325 phdr->p_offset, phdr->p_filesz, in find_dynsym()
|
/external/qemu/ |
D | elf_ops.h | 24 bswapSZs(&phdr->p_filesz); /* Segment size in file */ in glue() 239 if (ph->p_filesz > 0) { in glue() 242 if (read(fd, data, ph->p_filesz) != ph->p_filesz) in glue()
|
D | elf.h | 1046 Elf32_Word p_filesz; member 1058 Elf64_Xword p_filesz; /* Segment size in file */ member
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 198 filesz = ph->p_filesz; in mapelf() 366 HChar *buf = VG_(malloc)("ume.LE.1", ph->p_filesz+1); 372 VG_(pread)(fd, buf, ph->p_filesz, ph->p_offset); 373 buf[ph->p_filesz] = '\0';
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 125 phdr->p_filesz = write ? len : 0; in fill_phdr() 596 phdrs[0].p_filesz = notesz; in make_elf_coredump() 614 off += phdrs[idx].p_filesz; in make_elf_coredump() 634 if (phdrs[idx].p_filesz > 0) { in make_elf_coredump() 637 vg_assert(seg->end - seg->start >= phdrs[idx].p_filesz); in make_elf_coredump() 639 (void)VG_(write)(core_fd, (void *)seg->start, phdrs[idx].p_filesz); in make_elf_coredump()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 218 Elf32_Word p_filesz; member 230 Elf64_Xword p_filesz; /* Segment size in file */ member
|
/external/elfutils/tests/ |
D | showptable.c | 117 (unsigned long long int) phdr->p_filesz, in main()
|
D | update2.c | 122 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update3.c | 171 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
D | update4.c | 324 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
|
/external/grub/stage2/ |
D | i386-elf.h | 170 Elf32_Word p_filesz; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_symbolize_addr2line_linux.cc | 113 (uptr)s->p_paddr, (uptr)s->p_filesz, (uptr)s->p_memsz, in dl_iterate_phdr_cb()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 909 while (offset < phdr->p_offset + phdr->p_filesz) { in find_buildid() 1259 && svma + 1 <= seg->p_vaddr + seg->p_filesz) { in file_offset_from_svma() 1516 i, (UWord)phdr->p_offset, (UWord)phdr->p_filesz, in ML_() 1528 && phdr->p_offset + phdr->p_filesz in ML_() 1547 && phdr->p_offset + phdr->p_filesz in ML_() 2345 && phdr->p_offset + phdr->p_filesz in ML_() 2357 && phdr->p_offset + phdr->p_filesz in ML_()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1078 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero) member 1091 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero) member
|
/external/elfutils/src/ |
D | elflint.c | 3677 && (phdr->p_offset + phdr->p_filesz > shdr->sh_offset in check_sections() 3690 if (shdr->sh_offset < phdr->p_offset + phdr->p_filesz in check_sections() 3698 const GElf_Off end = phdr->p_offset + phdr->p_filesz; in check_sections() 3978 if (phdr->p_filesz == 0) in check_note() 3983 phdr->p_offset, phdr->p_filesz, in check_note() 3991 else if (notes_size != phdr->p_filesz) in check_note() 3993 cnt, phdr->p_filesz - notes_size); in check_note() 4177 if (phdr->p_filesz > phdr->p_memsz in check_program_header()
|