Home | History | Annotate | Download | only in m_coredump

Lines Matching refs:ESZ

62 #define ESZ(x)	Elf64_##x
64 #define ESZ(x) Elf32_##x
87 static void fill_ehdr(ESZ(Ehdr) *ehdr, Int num_phdrs)
100 ehdr->e_phoff = sizeof(ESZ(Ehdr));
103 ehdr->e_ehsize = sizeof(ESZ(Ehdr));
104 ehdr->e_phentsize = sizeof(ESZ(Phdr));
112 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write)
140 ESZ(Nhdr) note;
146 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)
586 ESZ(Ehdr) ehdr;
587 ESZ(Phdr) *phdrs;