| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| object.c | 23 LLVMSectionIteratorRef sect; local 40 sect = LLVMObjectFileCopySectionIterator(O); 41 while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) { 42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), 43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); 45 LLVMMoveToNextSection(sect); 48 LLVMDisposeSectionIterator(sect); 60 LLVMSectionIteratorRef sect; local [all...] |
| /src/sys/arch/x68k/stand/libsa/ |
| fd.c | 96 int cyl, head, sect; local 111 sect = dblk % nsect + sc->fmt.minsec.R; 119 (sect)),
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| dwz.c | 25 #include "dwarf2/sect-names.h" 59 dwarf2_section_info *sect = nullptr; local 64 sect = &dwz_file->abbrev; 66 sect = &dwz_file->info; 68 sect = &dwz_file->str; 70 sect = &dwz_file->line; 72 sect = &dwz_file->macro; 74 sect = &dwz_file->gdb_index; 76 sect = &dwz_file->debug_names; 78 sect = &dwz_file->types [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| dwz.c | 25 #include "dwarf2/sect-names.h" 58 dwarf2_section_info *sect = nullptr; local 63 sect = &dwz_file->abbrev; 65 sect = &dwz_file->info; 67 sect = &dwz_file->str; 69 sect = &dwz_file->line; 71 sect = &dwz_file->macro; 73 sect = &dwz_file->gdb_index; 75 sect = &dwz_file->debug_names; 77 sect = &dwz_file->types [all...] |
| /src/sys/fs/filecorefs/ |
| filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local 148 sect = (addr & 0xff) + 160 if (sect > 0) 161 sect--; 162 sect <<= fcmp->drec.share_size; 200 if (sect << fcmp->drec.log2secsize < n 204 >> fcmp->drec.log2secsize) + sect; 212 sect -= (n<<fcmp->drec.log2bpmb)
|
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_ssl.c | 86 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); local 87 STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value); 95 "name=%s, value=%s", sect->name, sect->value); 98 ssl_name->name = OPENSSL_strdup(sect->name);
|
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_ssl.c | 87 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); local 88 STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value); 97 "name=%s, value=%s", sect->name, sect->value); 100 ssl_name->name = OPENSSL_strdup(sect->name);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_ssl.c | 86 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); local 87 STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value); 96 ERR_add_error_data(4, "name=", sect->name, ", value=", sect->value); 99 ssl_name->name = OPENSSL_strdup(sect->name);
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_newmsg.c | 55 ns_sect sect; local 60 for (sect = ns_s_qd; sect < ns_s_max; sect++) { 63 count = ns_msg_count(*msg, sect); 68 if (ns_parserr2(msg, sect, i, &rr) < 0) 70 if (sect == ns_s_qd) 76 x = ns_newmsg_rr(handle, sect, 148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, 157 if (sect < msg->_sect) 192 ns_sect sect; local [all...] |
| /src/external/bsd/mdocml/dist/ |
| dbm.h | 41 const char *sect; member in struct:dbm_page
|
| dbm.c | 51 int32_t sect; member in struct:page 155 res.sect = dbm_get(pages[ip].sect); 156 if (res.sect == NULL) 157 res.sect = "(NULL)\0"; 253 cp = dbm_get(pages[0].sect);
|
| /src/external/gpl3/gcc/dist/gcc/config/v850/ |
| v850-c.cc | 129 const char *sect, *alias; 139 sect = IDENTIFIER_POINTER (sect_ident); 158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; 159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; 160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; 161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; 162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA; 163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA; 164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; 165 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA 126 const char *sect, *alias; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| v850-c.cc | 129 const char *sect, *alias; 139 sect = IDENTIFIER_POINTER (sect_ident); 158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; 159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; 160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; 161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; 162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA; 163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA; 164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; 165 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA 126 const char *sect, *alias; local [all...] |
| /src/games/adventure/ |
| io.c | 200 int sect; local 208 sect = next() - '0'; /* 1st digit of section number */ 210 printf("Section %c", sect + '0'); 217 sect = 10 * sect + ch - '0'; 222 switch (sect) { 262 printf("Invalid data section number: %d\n", sect); 293 rdesc(int sect) 303 /* unless sect 5 */ 304 && !(sect == 5 && (locc == 0 || locc >= 100))) [all...] |
| /src/lib/libresolv/ |
| res_findzonecut.c | 281 ns_sect sect; local 313 sect = ns_s_max, n = 0; 319 sect = ns_s_an, n = ancount; 321 sect = ns_s_ns, n = nscount; 323 sect = ns_s_max, n = 0; 330 if (ns_parserr(&msg, sect, i, &rr) < 0) { 332 p_section(sect, ns_o_query), i)); 342 switch (sect) { 520 save_ns(res_state statp, ns_msg *msg, ns_sect sect, 526 for (i = 0; i < ns_msg_count(*msg, sect); i++) [all...] |
| /src/sys/dev/ata/ |
| ata_wdc.c | 343 uint8_t head, sect, cmd = 0; local 399 sect = 0; 403 sect = (ata_bio->blkno >> 0) & 0xff; 409 sect = blkno % drvp->lp->d_nsectors; 410 sect++; /* Sectors begin with 1, not 0. */ 474 head, sect, count, features); 544 head, sect, nblks,
|
| /src/usr.bin/elf2aout/ |
| elf2aout.c | 61 struct sect { struct 67 static void combine(struct sect *, struct sect *, int); 201 struct sect text, data, bss; 329 struct sect ndata, nbss; 339 struct sect ntxt; 608 combine(struct sect *base, struct sect *new, int pad)
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_findzonecut.c | 278 ns_sect sect; local 310 sect = ns_s_max, n = 0; 316 sect = ns_s_an, n = ancount; 318 sect = ns_s_ns, n = nscount; 320 sect = ns_s_max, n = 0; 327 if (ns_parserr(&msg, sect, i, &rr) < 0) { 329 p_section(sect, ns_o_query), i)); 339 switch (sect) { 519 save_ns(res_state statp, ns_msg *msg, ns_sect sect, 525 for (i = 0; i < ns_msg_count(*msg, sect); i++) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| section.c | 1001 bool (*func) (bfd *abfd, asection *sect, void *obj), 1363 void (*func) (bfd *abfd, asection *sect, void *obj), 1387 asection *sect; local 1390 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) 1391 (*operation) (abfd, sect, user_storage); 1404 bool (*operation) (bfd *abfd, asection *sect, void *obj), 1423 asection *sect; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-ext.c | 422 asection *sect; local 429 for (sect = text_bfd->sections; sect != NULL; sect = sect->next) 430 if (!strncmp (sect->name, 433 || !strcmp (sect->name,".arcextmap")) 435 bfd_size_type count = bfd_section_size (sect); 440 if (bfd_get_section_contents (text_bfd, sect, buffer, 0, count))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| section.c | 997 bool (*func) (bfd *abfd, asection *sect, void *obj), 1359 void (*func) (bfd *abfd, asection *sect, void *obj), 1383 asection *sect; local 1386 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) 1387 (*operation) (abfd, sect, user_storage); 1400 bool (*operation) (bfd *abfd, asection *sect, void *obj), 1419 asection *sect; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-ext.c | 422 asection *sect; local 429 for (sect = text_bfd->sections; sect != NULL; sect = sect->next) 430 if (!strncmp (sect->name, 433 || !strcmp (sect->name,".arcextmap")) 435 bfd_size_type count = bfd_section_size (sect); 440 if (bfd_get_section_contents (text_bfd, sect, buffer, 0, count))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| section.c | 998 bool (*func) (bfd *abfd, asection *sect, void *obj), 1360 void (*func) (bfd *abfd, asection *sect, void *obj), 1384 asection *sect; local 1387 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) 1388 (*operation) (abfd, sect, user_storage); 1401 bool (*operation) (bfd *abfd, asection *sect, void *obj), 1420 asection *sect; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| solib-aix.c | 377 struct bfd_section *sect local 381 = info->text_addr + sect->filepos - bfd_section_vma (sect); 388 struct bfd_section *sect local 392 = info->data_addr - bfd_section_vma (sect);
|
| solib-target.c | 282 asection *sect; local 285 for (i = 0, sect = so.abfd->sections; 286 sect != NULL; 287 i++, sect = sect->next) 288 if ((bfd_section_flags (sect) & SEC_ALLOC)) 302 for (i = 0, sect = so.abfd->sections; 303 sect != NULL; 304 i++, sect = sect->next [all...] |