| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-epiphany.c | 187 static asection * first_section = NULL; local 200 if (first_section == NULL) 203 first_section = sec; 206 if (first_section == sec)
|
| elf32-ip2k.c | 1071 static asection * first_section = NULL; local 1083 if (first_section == NULL) 1086 first_section = sec; 1089 if (first_section == sec)
|
| elfnn-riscv.c | 5481 static asection *first_section = NULL; local 5499 if (first_section == NULL) 5500 first_section = sec; 5501 else if (first_section == sec)
|
| elf.c | 7685 asection *first_section; 7690 first_section = NULL; 7700 if (first_section == NULL) 7701 first_section = section; 7736 if (!first_section || first_section->output_section != NULL) 7830 for (section = first_section, j = 0; 8191 asection *first_section = NULL; 8202 if (first_section == NULL) 8203 first_section = section 7683 asection *first_section; local 8189 asection *first_section = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-epiphany.c | 187 static asection * first_section = NULL; local 200 if (first_section == NULL) 203 first_section = sec; 206 if (first_section == sec)
|
| elf32-ip2k.c | 1071 static asection * first_section = NULL; local 1083 if (first_section == NULL) 1086 first_section = sec; 1089 if (first_section == sec)
|
| elfnn-riscv.c | 5382 static asection *first_section = NULL; local 5400 if (first_section == NULL) 5401 first_section = sec; 5402 else if (first_section == sec)
|
| elf.c | 7620 asection *first_section; 7625 first_section = NULL; 7635 if (first_section == NULL) 7636 first_section = section; 7671 if (!first_section || first_section->output_section != NULL) 7765 for (section = first_section, j = 0; 8126 asection *first_section = NULL; 8137 if (first_section == NULL) 8138 first_section = section 7618 asection *first_section; local 8124 asection *first_section = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-epiphany.c | 187 static asection * first_section = NULL; local 200 if (first_section == NULL) 203 first_section = sec; 206 if (first_section == sec)
|
| elf32-ip2k.c | 1071 static asection * first_section = NULL; local 1083 if (first_section == NULL) 1086 first_section = sec; 1089 if (first_section == sec)
|
| elfnn-riscv.c | 5147 static asection *first_section = NULL; local 5165 if (first_section == NULL) 5166 first_section = sec; 5167 else if (first_section == sec)
|
| elf.c | 7568 asection *first_section; 7573 first_section = NULL; 7583 if (first_section == NULL) 7584 first_section = section; 7619 if (!first_section || first_section->output_section != NULL) 7713 for (section = first_section, j = 0; 8074 asection *first_section = NULL; 8085 if (first_section == NULL) 8086 first_section = section 7566 asection *first_section; local 8072 asection *first_section = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-epiphany.c | 187 static asection * first_section = NULL; local 200 if (first_section == NULL) 203 first_section = sec; 206 if (first_section == sec)
|
| elf32-ip2k.c | 1071 static asection * first_section = NULL; local 1083 if (first_section == NULL) 1086 first_section = sec; 1089 if (first_section == sec)
|
| elfnn-riscv.c | 5388 static asection *first_section = NULL; local 5406 if (first_section == NULL) 5407 first_section = sec; 5408 else if (first_section == sec)
|
| elf.c | 7672 asection *first_section; 7677 first_section = NULL; 7687 if (first_section == NULL) 7688 first_section = section; 7723 if (!first_section || first_section->output_section != NULL) 7817 for (section = first_section, j = 0; 8178 asection *first_section = NULL; 8189 if (first_section == NULL) 8190 first_section = section 7670 asection *first_section; local 8176 asection *first_section = NULL; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| check.py | 115 def section_equal(first_section: list, second_section: list) -> None: 116 for rrset in first_section: 122 rrset in first_section
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-proxy.c | 2212 dp_move_rrs(dns_rr_t *first_section, unsigned *p_first_count, dns_rr_t *source_section, unsigned source_count, unsigned count, bool rdata_present) 2222 if (dns_rrs_equal(&first_section[j], &source_section[i], rdata_present)) { 2233 first_section[first_count] = source_section[i]; 2321 dns_rr_t *section, **first_section = NULL, **source_section = NULL; local 2330 first_section = &first_message->section_name; \ 2346 if (first_section == source_section) { 2351 memcpy(section, *first_section, source_count * sizeof(*section)); 2352 memset(*first_section, 0, source_count * sizeof(*section)); // NULL out any pointers 2353 free(*first_section); 2354 *first_section = section [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| message.c | 453 msgresetnames(dns_message_t *msg, unsigned int first_section) { 461 for (i = first_section; i < DNS_SECTION_MAX; i++) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| message.c | 486 msgresetnames(dns_message_t *msg, unsigned int first_section) { 488 for (size_t i = first_section; i < DNS_SECTION_MAX; i++) {
|