Searched defs:ESZ (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
H A Delf.c59 #define ESZ(x) Elf64_##x macro
61 #define ESZ(x) Elf32_##x macro
68 ESZ(Ehdr) e;
69 ESZ(Phdr) *p;
133 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) {
138 phsz = sizeof(ESZ(Phdr)) * e->e.e_phnum;
159 ESZ(Addr) mapelf(struct elfinfo *e, ESZ(Addr) base) function
163 ESZ(Addr) elfbrk = 0;
166 ESZ(Phd
[all...]
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c63 #define ESZ(x) Elf64_##x macro
65 #define ESZ(x) Elf32_##x macro
88 static void fill_ehdr(ESZ(Ehdr) *ehdr, Int num_phdrs) function
101 ehdr->e_phoff = sizeof(ESZ(Ehdr));
104 ehdr->e_ehsize = sizeof(ESZ(Ehdr));
105 ehdr->e_phentsize = sizeof(ESZ(Phdr));
113 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) function
141 ESZ(Nhdr) note;
147 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)
485 ESZ(Ehd
[all...]

Completed in 83 milliseconds