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

  /external/valgrind/coregrind/m_ume/
elf.c 68 #define ESZ(x) Elf64_##x
70 #define ESZ(x) Elf32_##x
77 ESZ(Ehdr) e;
78 ESZ(Phdr) *p;
121 static inline Int arch_elf_pt_proc(ESZ(Ehdr) *ehdr,
122 ESZ(Phdr) *phdr,
165 static inline Int arch_check_elf(ESZ(Ehdr) *ehdr,
293 static inline Int arch_elf_pt_proc(ESZ(Ehdr) *ehdr,
294 ESZ(Phdr) *phdr,
302 static inline Int arch_check_elf(ESZ(Ehdr) *ehdr
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 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)
154 ESZ(Nhdr) note;
160 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)
580 ESZ(Ehdr) ehdr
    [all...]

Completed in 57 milliseconds