HomeSort by relevance Sort by last modified time
    Searched full:num_phdrs (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 88 static void fill_ehdr(ESZ(Ehdr) *ehdr, Int num_phdrs)
106 ehdr->e_phnum = num_phdrs;
504 Int num_phdrs; local
558 num_phdrs = 1; /* start with notes */
563 num_phdrs++;
566 fill_ehdr(&ehdr, num_phdrs);
572 sizeof(*phdrs) * num_phdrs);
609 off = sizeof(ehdr) + sizeof(*phdrs) * num_phdrs;
640 VG_(write)(core_fd, phdrs, sizeof(*phdrs) * num_phdrs);

Completed in 94 milliseconds