Searched refs:p_filesz (Results 1 - 25 of 58) sorted by relevance

123

/external/libunwind/src/coredump/
H A D_UCD_create.c172 cur->p_filesz = hdr64.p_filesz;
177 cur->backing_filesize = hdr64.p_filesz;
197 cur->p_filesz = hdr32.p_filesz;
218 ui->note_phdr = malloc(cur->p_filesz);
220 || (uoff_t)read(fd, ui->note_phdr, cur->p_filesz) != cur->p_filesz)
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz);
257 (unsigned long long) cur->p_filesz,
[all...]
H A D_UCD_elf_map_image.c36 /* Note: coredump file contains only phdr->p_filesz bytes.
47 ei->size = phdr->p_filesz;
48 size_t remainder_len = phdr->p_memsz - phdr->p_filesz;
51 void *remainder_base = (char*) ei->image + phdr->p_filesz;
57 * and if phdr->p_filesz !=0, first phdr->p_filesz bytes in coredump
H A D_UCD_access_mem.c58 if (addr_last >= phdr->p_vaddr + phdr->p_filesz)
H A D_UCD_internal.h66 uoff_t p_filesz; member in struct:coredump_phdr
/external/syslinux/gpxe/src/image/
H A Delf.c62 if ( ( phdr->p_offset + phdr->p_filesz ) > image->len ) {
82 phdr->p_offset, ( phdr->p_offset + phdr->p_filesz ),
83 phdr->p_paddr, ( phdr->p_paddr + phdr->p_filesz ),
87 if ( ( rc = prep_segment ( buffer, phdr->p_filesz,
95 memcpy_user ( buffer, 0, image->data, phdr->p_offset, phdr->p_filesz );
98 if ( ( e_offset = ( ehdr->e_entry - dest ) ) < phdr->p_filesz ) {
103 < phdr->p_filesz ) {
/external/minijail/
H A Delfparse.h74 Elf32_Word p_filesz; /* Segment size in file */ member in struct:__anon15342
87 Elf64_Xword p_filesz; /* Segment size in file */ member in struct:__anon15343
/external/elfutils/libelf/
H A Dgelf_update_phdr.c66 || unlikely (src->p_filesz > 0xffffffffull)
102 COPY (p_filesz);
H A Dgelf_getphdr.c98 COPY (p_filesz);
H A Delf32_getphdr.c166 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz);
216 CONVERT (phdr[cnt].p_filesz);
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp61 << " filesz " << format(Fmt, (uint64_t)Phdr.p_filesz)
/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc157 offset_in_segment < program->p_filesz) {
174 program_header->p_filesz);
/external/syslinux/gpxe/src/include/
H A Delf.h213 Elf32_Size p_filesz; /* Size of contents in file. */ member in struct:__anon20506
225 Elf64_Size p_filesz; /* Size of contents in file. */ member in struct:__anon20507
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h109 __uint32_t p_filesz; member in struct:__sanitizer::__anon3433
/external/elfutils/libdw/
H A Ddwarf_getcfi_elf.c128 Elf_Data *data = elf_getdata_rawchunk (elf, phdr->p_offset, phdr->p_filesz,
142 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz,
152 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf);
183 cfi->search_table_len = phdr->p_filesz;
/external/elfutils/libdwfl/
H A Delf-from-memory.c257 (*p32)[i].p_filesz, (*p32)[i].p_memsz))
268 (*p64)[i].p_filesz, (*p64)[i].p_memsz))
323 (*p32)[i].p_filesz))
350 (*p64)[i].p_filesz))
/external/syslinux/com32/include/sys/
H A Delf32.h85 Elf32_Word p_filesz; member in struct:elf32_phdr
H A Delf64.h86 Elf64_Xword p_filesz; member in struct:elf64_phdr
/external/toybox/toys/posix/
H A Dfile.c120 long long p_offset, p_filesz; local
127 p_filesz = elf_int(phdr+16*j, 4*j);
130 printf(", dynamic (%.*s)", (int)p_filesz, map+p_offset);
/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c90 phdr->p_filesz,
/external/elfutils/tests/
H A Dshowptable.c109 (unsigned long long int) phdr->p_filesz,
H A Dalldts.c232 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
243 phdr[1].p_filesz = ndtflags * sizeof (Elf32_Dyn);
/external/valgrind/coregrind/m_ume/
H A Delf.c200 filesz = ph->p_filesz;
396 HChar *buf = VG_(malloc)("ume.LE.1", ph->p_filesz+1);
401 VG_(pread)(fd, buf, ph->p_filesz, ph->p_offset);
402 buf[ph->p_filesz] = '\0';
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c124 cr_pht->p_filesz - aux_off, module) < 0) {
135 cr_pht->p_filesz, module) < 0) {
143 cr_pht->p_filesz,
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c124 cr_pht->p_filesz - aux_off, module) < 0) {
135 cr_pht->p_filesz, module) < 0) {
143 cr_pht->p_filesz,
/external/syslinux/com32/modules/
H A Delf.c135 addr_t dsize = min(msize, ph->p_filesz);
150 if (ph->p_filesz) {

Completed in 319 milliseconds

123