Home
last modified time | relevance | path

Searched refs:e32 (Results 1 – 25 of 35) sorted by relevance

12

/external/ppp/pppd/
Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member
71 u_int32_t e32[2]; member
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;
84 (e).e32[0] = magic(); \
85 (e).e32[1] = magic(); \
106 (e).e32[0] = 0; \
107 (e).e32[1] = htonl(l); \
/external/elfutils/libdwfl/
Delf-from-memory.c105 Elf32_Ehdr e32; in elf_from_remote_memory() member
137 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory()
138 phnum = ehdr.e32.e_phnum; in elf_from_remote_memory()
139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
194 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory()
220 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
252 ehdr.e32.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()
302 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
330 ehdr.e32.e_shoff = 0; in elf_from_remote_memory()
[all …]
Ddwfl_segment_report_module.c338 Elf32_Ehdr e32; in dwfl_segment_report_module() member
367 e_type = ehdr.e32.e_type; in dwfl_segment_report_module()
368 phoff = ehdr.e32.e_phoff; in dwfl_segment_report_module()
369 phnum = ehdr.e32.e_phnum; in dwfl_segment_report_module()
370 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module()
373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()
475 ehdr.e32.e_ident[EI_DATA]) == NULL) in dwfl_segment_report_module()
835 if (mod != NULL && (execlike || ehdr.e32.e_type == ET_EXEC)) in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c309 Elf32_Ehdr e32; in find_prelink_address_sync() member
332 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_prelink_address_sync()
334 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync()
335 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync()
337 phnum = ehdr.e32.e_phnum; in find_prelink_address_sync()
338 shnum = ehdr.e32.e_shnum; in find_prelink_address_sync()
388 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_prelink_address_sync()
400 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync()
445 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync()
/external/elfutils/libelf/
Delf_begin.c81 Elf32_Ehdr *e32; in get_shnum() member
87 Elf32_Ehdr e32; in get_shnum() member
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum()
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum()
118 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum()
119 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum()
143 result = ehdr.e32->e_shnum; in get_shnum()
145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0) in get_shnum()
147 if (unlikely (ehdr.e32->e_shoff >= maxsize) in get_shnum()
148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum()
[all …]
Delf_getphdrnum.c67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL)) in __elf_getphdrnum_rdlock()
68 *dst = scns->data[0].shdr.e32->sh_info; in __elf_getphdrnum_rdlock()
Delf_newscn.c125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr)); in elf_newscn()
126 if (result->shdr.e32 == NULL) in elf_newscn()
Delf_getshdrstrndx.c101 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx()
103 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx()
Dgelf_getshdr.c60 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in gelf_getshdr()
Dgelf_update_shdr.c55 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in gelf_update_shdr()
Delf_strptr.c104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
Delf_end.c151 free (scn->shdr.e32); in elf_end()
DlibelfP.h231 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member
Delf_getdata.c231 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
/external/google-breakpad/src/processor/
Dbinarystream_unittest.cc263 const uint32_t e32 = 0x30303030; in TEST_F() local
271 stream << e8 << e16 << e32 << e64 << es; in TEST_F()
276 EXPECT_EQ(e32, u32); in TEST_F()
/external/libconstrainedcrypto/
Dp256_ec.c612 felem e2, e4, e8, e16, e32, e64; in felem_inv() local
637 felem_assign(e32, ftmp); in felem_inv()
647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */ in felem_inv()
/external/elfutils/src/
Dunstrip.c1012 Elf32_Ehdr e32; in find_alloc_sections_prelink() member
1031 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_alloc_sections_prelink()
1033 phnum = ehdr.e32.e_phnum; in find_alloc_sections_prelink()
1034 shnum = ehdr.e32.e_shnum; in find_alloc_sections_prelink()
1051 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_alloc_sections_prelink()
/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c819 felem e2, e4, e8, e16, e32, e64; in felem_inv() local
858 felem_assign(e32, ftmp); in felem_inv()
871 felem_mul(tmp, e64, e32); in felem_inv()
/external/syslinux/
DMakefile264 ARCH=i386 BITS=32 EFI_BUILD=1 LDLINUX=ldlinux.e32 \
/external/libmtp/logs/
Dmtp-detect-samsung-yp-s3.txt38 00f0: 7008 0e2e 7c08 0e30 1808 0e32 ac08 0e35 p...|..0...2...5
103 00f0: 7008 0e2e 7c08 0e30 1808 0e32 ac08 0e35 p...|..0...2...5
Dmtp-detect-htc-droid-incred.txt488 Device 0 (VID=0bb4 and PID=0e32) is UNKNOWN.
495 0bb4:0e32 @ bus 2, dev 9
505 idProduct: 0e32
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td3596 // Maps an opcode in e32 form to its e64 equivalent
3605 // Maps an opcode in e64 form to its e32 equivalent
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym771 1e32 5 54 943
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp12684 e32 = VK_SAMPLE_COUNT_32_BIT, enumerator
20458 case SampleCountFlagBits::e32: return "32"; in to_string()
20473 if (value & SampleCountFlagBits::e32) result += "32 | "; in to_string()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym1794 15e32 2 94 134
8309 20e32 6 67 17
11470 26e32 4 357 27
17844 32e32 2 207 144
20702 37e32 4 72 55
21326 38e32 4 86 142
27632 42e32 2 120 137
29037 44e32 6 223 10
32138 48e32 c 350 37
32885 49e32 2 342 106
[all …]

12