Searched refs:phdrs_size (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 935 UInt phdrs_size = num_phdrs * ehdr.e_phentsize; in VG_() local 1036 VKI_ESZ(Phdr) *phdrs = VG_(malloc)("coredump-elf.mc.2", phdrs_size); in VG_() 1039 UInt offset = ehdr.e_ehsize + phdrs_size + in VG_() 1070 write_part(core_fd, filename, phdrs, phdrs_size, in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 6266 SizeT phdrs_size = ehdr->e_phnum * ehdr->e_phentsize; local 6267 if (phdrs_size == 0) { 6274 VKI_ESZ(Phdr) *phdrs = VG_(malloc)("syswrap.mi.1", phdrs_size); 6275 res = VG_(pread)(fd, phdrs, phdrs_size, ehdr->e_phoff); 6282 } else if (sr_Res(res) != phdrs_size) { 6286 sr_Res(res), phdrs_size); 6294 ehdr->e_phnum, phdrs_size);
|