OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESZ
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_ume/
elf.c
58
#define
ESZ
(x) Elf64_##x
60
#define
ESZ
(x) Elf32_##x
67
ESZ
(Ehdr) e;
68
ESZ
(Phdr) *p;
132
if (e->e.e_phentsize != sizeof(
ESZ
(Phdr))) {
137
phsz = sizeof(
ESZ
(Phdr)) * e->e.e_phnum;
158
ESZ
(Addr) mapelf(struct elfinfo *e,
ESZ
(Addr) base)
162
ESZ
(Addr) elfbrk = 0;
165
ESZ
(Phdr) *ph = &e->p[i]
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
63
#define
ESZ
(x) Elf64_##x
65
#define
ESZ
(x) Elf32_##x
88
static void fill_ehdr(
ESZ
(Ehdr) *ehdr, Int num_phdrs)
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)
141
ESZ
(Nhdr) note;
147
return sizeof(
ESZ
(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)
502
ESZ
(Ehdr) ehdr
[
all
...]
Completed in 51 milliseconds