Home
last modified time | relevance | path

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

123

/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c142 cur->p_filesz = hdr64.p_filesz; in _UCD_create()
147 cur->backing_filesize = hdr64.p_filesz; in _UCD_create()
167 cur->p_filesz = hdr32.p_filesz; in _UCD_create()
198 (unsigned long long) cur->p_filesz, in _UCD_create()
202 if (cur->p_filesz < cur->p_memsz) in _UCD_create()
H A D_UCD_elf_map_image.c40 /* Note: coredump file contains only phdr->p_filesz bytes. in CD_elf_map_image()
51 ei->size = phdr->p_filesz; in CD_elf_map_image()
52 size_t remainder_len = phdr->p_memsz - phdr->p_filesz; in CD_elf_map_image()
55 void *remainder_base = (char*) ei->image + phdr->p_filesz; in CD_elf_map_image()
61 * and if phdr->p_filesz !=0, first phdr->p_filesz bytes in coredump in CD_elf_map_image()
H A D_UCD_access_mem.c58 if (addr_last >= phdr->p_vaddr + phdr->p_filesz) in _UCD_access_mem()
H A D_UCD_corefile_elf.c58 *segment_size = phdr->p_filesz; in _UCD_elf_read_segment()
H A D_UCD_get_mapinfo_linux.c88 && maps[i].end <= ui->phdrs[p].p_vaddr + ui->phdrs[p].p_filesz) in _handle_file_note()
H A D_UCD_internal.h66 uoff_t p_filesz; member
/third_party/elfutils/tests/
H A Ddwfl-report-segment-contiguous.c52 .p_filesz = 0x100, in main()
69 .p_filesz = 0x100, in main()
H A Dvendorelf.c101 phdr.p_filesz = 0; in check_elf()
166 || phdr.p_filesz != 0 in check_elf()
H A Dalldts.c234 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
245 phdr[1].p_filesz = ndtflags * sizeof (Elf32_Dyn); in main()
H A Dupdate2.c116 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
/third_party/elfutils/libdw/
H A Ddwarf_getcfi_elf.c130 Elf_Data *data = elf_getdata_rawchunk (elf, phdr->p_offset, phdr->p_filesz, in getcfi_gnu_eh_frame()
144 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, in getcfi_gnu_eh_frame()
154 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf); in getcfi_gnu_eh_frame()
185 cfi->search_table_len = phdr->p_filesz; in getcfi_gnu_eh_frame()
/third_party/elfutils/libdwfl/
H A Delf-from-memory.c248 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory()
304 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory()
H A Dcore-file.c248 *pend = (pphdr->p_offset + pphdr->p_filesz + align - 1) & -align; in update_end()
260 if (pphdr->p_filesz < pphdr->p_memsz) in do_more()
518 notes_phdr.p_filesz, in dwfl_core_file_report()
H A Ddwfl_segment_report_module.c482 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */ in dwfl_segment_report_module()
519 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module()
997 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module()
/third_party/elfutils/libelf/
H A Dgelf_update_phdr.c66 || unlikely (src->p_filesz > 0xffffffffull) in gelf_update_phdr()
102 COPY (p_filesz); in gelf_update_phdr()
H A Delf32_getphdr.c164 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz); in ElfW2()
214 CONVERT (phdr[cnt].p_filesz); in ElfW2()
H A Dgelf_getphdr.c98 COPY (p_filesz); in gelf_getphdr()
/third_party/toybox/toys/posix/
H A Dfile.c132 long long p_offset, p_filesz; in do_elf_file() local
139 p_filesz = elf_int(phdr+16*j, 4*j); in do_elf_file()
142 if (p_offset+p_filesz>TT.len) goto bad; in do_elf_file()
143 printf(", dynamic (%.*s)", (int)p_filesz, map+p_offset); in do_elf_file()
/third_party/rust/crates/libc/src/unix/haiku/
H A Db64.rs16 pub p_filesz: ::Elf64_Xword,
H A Db32.rs15 pub p_filesz: ::Elf32_Word,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dx86.rs15 pub p_filesz: ::Elf32_Word,
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_unwind_table.c78 if ((uintptr_t) edi->ei.image + phdr->p_filesz > max_load_addr) in dwarf_find_unwind_table()
79 max_load_addr = (uintptr_t) edi->ei.image + phdr->p_filesz; in dwarf_find_unwind_table()
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
H A Dtls.rs36 file_size: (*tls_phdr).p_filesz,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp512 Phdr.p_filesz / sizeof(Elf_Dyn)); in dynamicEntries()
513 DynSecSize = Phdr.p_filesz; in dynamicEntries()
580 if (Delta >= Phdr.p_filesz) in toMappedAddr()
/third_party/mesa3d/src/util/
H A Dbuild_id.c80 ptrdiff_t len = info->dlpi_phdr[i].p_filesz; in build_id_find_nhdr_callback()

Completed in 11 milliseconds

123