HomeSort by relevance Sort by last modified time
    Searched defs:VKI_ESZ (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 54 VKI_ESZ(Nhdr) nhdr;
376 static void fill_ehdr(VKI_ESZ(Ehdr) *ehdr, Int num_phdrs)
390 ehdr->e_ehsize = sizeof(VKI_ESZ(Ehdr));
392 ehdr->e_phoff = sizeof(VKI_ESZ(Ehdr));
393 ehdr->e_phentsize = sizeof(VKI_ESZ(Phdr));
404 ehdr->e_shentsize = sizeof(VKI_ESZ(Shdr));
415 static void fill_phdr(VKI_ESZ(Phdr) *phdr, const NSegment *seg, UInt off,
443 static void fill_zero_shdr(VKI_ESZ(Shdr) *shdr, UInt num_phdrs)
826 static void fill_notes_phdr(VKI_ESZ(Phdr) *phdr, UInt offset,
929 VKI_ESZ(Ehdr) ehdr
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 429 #define VKI_ESZ(x) Elf64_##x
431 #define VKI_ESZ(x) Elf32_##x
    [all...]

Completed in 5242 milliseconds