Searched refs:hdrs_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_proc.c226 unsigned long hdrs_size; local
252 hdrs_size = ehdr.e_phnum * sizeof(ELF_PHDR);
254 if ((phdrs = malloc(hdrs_size)) == NULL)
257 if (process_read_data(ph, phdr_addr, (char *)phdrs, hdrs_size) != true) {
278 hdrs_size = phdr->p_memsz;
281 if ((dyns = malloc(hdrs_size)) == NULL)
284 if (process_read_data(ph, dyn_addr, (char *)dyns, hdrs_size) != true) {

Completed in 38 milliseconds