| /src/external/bsd/elftoolchain/dist/libelf/ |
| elf_data.c | 69 return (&d->d_data); 73 &STAILQ_NEXT(d, d_next)->d_data : NULL); 145 d->d_data.d_buf = NULL; 146 d->d_data.d_off = 0; 147 d->d_data.d_align = sh_align; 148 d->d_data.d_size = msz * count; 149 d->d_data.d_type = elftype; 150 d->d_data.d_version = e->e_version; 154 return (&d->d_data); 157 if ((d->d_data.d_buf = malloc(msz * count)) == NULL) [all...] |
| gelf_syminfo.c | 83 if (msz * (size_t) ndx >= d->d_data.d_size) { 90 syminfo32 = (Elf32_Syminfo *) d->d_data.d_buf + ndx; 97 syminfo64 = (Elf64_Syminfo *) d->d_data.d_buf + ndx; 144 if (msz * (size_t) ndx >= d->d_data.d_size) { 150 syminfo32 = (Elf32_Syminfo *) d->d_data.d_buf + ndx; 156 syminfo64 = (Elf64_Syminfo *) d->d_data.d_buf + ndx;
|
| gelf_cap.c | 83 if (msz * (size_t) ndx >= d->d_data.d_size) { 90 cap32 = (Elf32_Cap *) d->d_data.d_buf + ndx; 97 cap64 = (Elf64_Cap *) d->d_data.d_buf + ndx; 142 if (msz * (size_t) ndx >= d->d_data.d_size) { 148 cap32 = (Elf32_Cap *) d->d_data.d_buf + ndx; 153 cap64 = (Elf64_Cap *) d->d_data.d_buf + ndx;
|
| gelf_dyn.c | 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 dyn32 = (Elf32_Dyn *) d->d_data.d_buf + ndx; 98 dyn64 = (Elf64_Dyn *) d->d_data.d_buf + ndx; 145 if (msz * (size_t) ndx >= d->d_data.d_size) { 151 dyn32 = (Elf32_Dyn *) d->d_data.d_buf + ndx; 156 dyn64 = (Elf64_Dyn *) d->d_data.d_buf + ndx;
|
| gelf_move.c | 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 92 move32 = (Elf32_Move *) d->d_data.d_buf + ndx; 101 move64 = (Elf64_Move *) d->d_data.d_buf + ndx; 148 if (msz * (size_t) ndx >= d->d_data.d_size) { 154 move32 = (Elf32_Move *) d->d_data.d_buf + ndx; 163 move64 = (Elf64_Move *) d->d_data.d_buf + ndx;
|
| gelf_rel.c | 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 rel32 = (Elf32_Rel *) d->d_data.d_buf + ndx; 100 rel64 = (Elf64_Rel *) d->d_data.d_buf + ndx; 147 if (msz * (size_t) ndx >= d->d_data.d_size) { 153 rel32 = (Elf32_Rel *) d->d_data.d_buf + ndx; 166 rel64 = (Elf64_Rel *) d->d_data.d_buf + ndx;
|
| gelf_rela.c | 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 rela32 = (Elf32_Rela *) d->d_data.d_buf + ndx; 101 rela64 = (Elf64_Rela *) d->d_data.d_buf + ndx; 148 if (msz * (size_t) ndx >= d->d_data.d_size) { 154 rela32 = (Elf32_Rela *) d->d_data.d_buf + ndx; 169 rela64 = (Elf64_Rela *) d->d_data.d_buf + ndx;
|
| gelf_sym.c | 85 if (msz * (size_t) ndx >= d->d_data.d_size) { 91 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; 100 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; 147 if (msz * (size_t) ndx >= d->d_data.d_size) { 153 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; 163 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx;
|
| libelf_allocate.c | 149 free(d->d_data.d_buf);
|
| _libelf.h | 139 Elf_Data d_data; /* The exported descriptor. */ member in struct:_Libelf_Data
|
| elf_update.c | 206 d = &ld->d_data; 784 d = &ld->d_data; 817 d = &ld->d_data;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| rsa_test.c | 437 unsigned char d_data[] = { local 492 && TEST_ptr((d = BN_bin2bn(d_data, sizeof(d_data), NULL)))
|
| evp_pkey_provided_test.c | 465 static const unsigned char d_data[]= { local 475 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| rsa_test.c | 414 unsigned char d_data[] = { local 472 && TEST_ptr((d = BN_bin2bn(d_data, sizeof(d_data), NULL)))
|
| evp_pkey_provided_test.c | 566 static unsigned char d_data[] = { 0x1e, 0x5e, 0x5d, 0x07, 0x7f, 0xdc, 0x6a, 0x16, 0xcc, 0x55, 0xca, 0x00, local 591 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL)) 673 static unsigned char d_data[] = { 0x64, 0x57, 0x4d, 0x86, 0xf6, 0xf8, 0x44, 0xc0, 0x47, 0xc5, 0x13, 0x94, local 763 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL)) 845 static const unsigned char d_data[] = { local 855 || !TEST_ptr(d = BN_bin2bn(d_data, sizeof(d_data), NULL))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 476 DEF_SVE_TYPES_ARRAY (d_data);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 748 DEF_SVE_TYPES_ARRAY (d_data);
|