| /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-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)
|
| 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)
|
| /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-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)
|
| 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)
|
| 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)
|
| /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-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)
|
| 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)
|
| 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)
|
| /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-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)
|
| 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)
|
| 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)
|
| /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...] |
| 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...] |