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

  /external/ppp/pppd/
eui64.h 50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon11546
71 u_int32_t e32[2]; member in union:__anon11547
76 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
77 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
78 ((e).e32[1] == (o).e32[1]))
79 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0
    [all...]
  /external/elfutils/libdwfl/
elf-from-memory.c 115 Elf32_Ehdr e32; member in union:__anon6779
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
248 ehdr.e32.e_ident[EI_DATA]) == NULL
    [all...]
dwfl_segment_report_module.c 177 Elf32_Ehdr e32; member in union:__anon6776
204 phoff = ehdr.e32.e_phoff;
205 phnum = ehdr.e32.e_phnum;
206 phentsize = ehdr.e32.e_phentsize;
209 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
294 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA)
307 ehdr.e32.e_ident[EI_DATA]) == NULL)
408 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
  /external/elfutils/libelf/
elf_begin.c 101 Elf32_Ehdr *e32; member in union:__anon6839
107 Elf32_Ehdr e32; member in union:__anon6840
130 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
131 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
138 CONVERT (ehdr_mem.e32.e_shnum);
139 CONVERT (ehdr_mem.e32.e_shoff);
163 result = ehdr.e32->e_shnum;
165 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
167 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
176 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shof
    [all...]
libelfP.h 244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon6852
  /external/elfutils/src/
unstrip.c 958 Elf32_Ehdr e32;
977 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
979 phnum = ehdr.e32.e_phnum;
980 shnum = ehdr.e32.e_shnum;
1012 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
956 Elf32_Ehdr e32; member in union:__anon6896
    [all...]

Completed in 688 milliseconds