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

  /external/elfutils/libelf/
elf_begin.c 69 Elf64_Ehdr *e64; member in union:__anon5718
101 CONVERT (ehdr.e64->e_shnum);
102 CONVERT (ehdr.e64->e_shoff);
146 result = ehdr.e64->e_shnum;
148 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
160 + ehdr.e64->e_shoff
167 offset + ehdr.e64->e_shoff
359 elf->state.elf64.scns.data[cnt].shdr.e64 =
libelfP.h 200 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon5730

Completed in 69 milliseconds