Home
last modified time | relevance | path

Searched refs:p_filesz (Results 1 – 25 of 31) sorted by relevance

12

/external/elfutils/libelf/
Dgelf_update_phdr.c87 || unlikely (src->p_filesz > 0xffffffffull) in gelf_update_phdr()
119 COPY (p_filesz); in gelf_update_phdr()
Delf32_getphdr.c160 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz);
207 CONVERT (phdr[cnt].p_filesz);
Dgelf_getphdr.c120 COPY (p_filesz);
Dabstract.h84 TYPE_NAME (ElfW2(32, Ext##Word), p_filesz) \
96 TYPE_NAME (ElfW2(64, Ext##Xword), p_filesz) \
Delf.h549 Elf32_Word p_filesz; /* Segment size in file */ member
562 Elf64_Xword p_filesz; /* Segment size in file */ member
/external/elfutils/libdwfl/
Delf-from-memory.c243 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()
Dcore-file.c286 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()
Ddwfl_segment_report_module.c417 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()
Ddwfl_module_build_id.c122 phdr->p_filesz, in __libdwfl_find_build_id()
Dlink_map.c537 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()
Ddwfl_module_getdwarf.c297 && addrs[j] - phdr->p_vaddr < phdr->p_filesz) in find_offsets()
325 phdr->p_offset, phdr->p_filesz, in find_dynsym()
/external/qemu/
Delf_ops.h24 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()
Delf.h1046 Elf32_Word p_filesz; member
1058 Elf64_Xword p_filesz; /* Segment size in file */ member
/external/valgrind/main/coregrind/m_ume/
Delf.c198 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/
Dcoredump-elf.c125 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/
Delf.h218 Elf32_Word p_filesz; member
230 Elf64_Xword p_filesz; /* Segment size in file */ member
/external/elfutils/tests/
Dshowptable.c117 (unsigned long long int) phdr->p_filesz, in main()
Dupdate2.c122 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Dupdate3.c171 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Dupdate4.c324 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
/external/grub/stage2/
Di386-elf.h170 Elf32_Word p_filesz; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize_addr2line_linux.cc113 (uptr)s->p_paddr, (uptr)s->p_filesz, (uptr)s->p_memsz, in dl_iterate_phdr_cb()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c909 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/
DELF.h1078 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/
Delflint.c3677 && (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()

12