Home
last modified time | relevance | path

Searched refs:ESZ (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_ume/
Delf.c58 #define ESZ(x) Elf64_##x macro
60 #define ESZ(x) Elf32_##x macro
67 ESZ(Ehdr) e;
68 ESZ(Phdr) *p;
131 if (e->e.e_phentsize != sizeof(ESZ(Phdr))) { in readelf()
136 phsz = sizeof(ESZ(Phdr)) * e->e.e_phnum; in readelf()
156 ESZ(Addr) mapelf(struct elfinfo *e, ESZ(Addr) base) in mapelf()
160 ESZ(Addr) elfbrk = 0; in mapelf()
163 ESZ(Phdr) *ph = &e->p[i]; in mapelf()
164 ESZ(Addr) addr, brkaddr; in mapelf()
[all …]
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c62 #define ESZ(x) Elf64_##x macro
64 #define ESZ(x) Elf32_##x macro
87 static void fill_ehdr(ESZ(Ehdr) *ehdr, Int num_phdrs) in fill_ehdr()
100 ehdr->e_phoff = sizeof(ESZ(Ehdr)); in fill_ehdr()
103 ehdr->e_ehsize = sizeof(ESZ(Ehdr)); in fill_ehdr()
104 ehdr->e_phentsize = sizeof(ESZ(Phdr)); in fill_ehdr()
112 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) in fill_phdr()
140 ESZ(Nhdr) note;
146 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4) in note_size()
586 ESZ(Ehdr) ehdr; in make_elf_coredump()
[all …]