HomeSort by: relevance | last modified time | path
    Searched defs:first_section (Results 1 - 17 of 17) sorted by relevancy

  /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/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.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 5100 static asection *first_section = NULL; local
5118 if (first_section == NULL)
5119 first_section = sec;
5120 else if (first_section == sec)
elf.c 7737 asection *first_section;
7742 first_section = NULL;
7752 if (first_section == NULL)
7753 first_section = section;
7788 if (!first_section || first_section->output_section != NULL)
7882 for (section = first_section, j = 0;
8243 asection *first_section = NULL;
8254 if (first_section == NULL)
8255 first_section = section
7735 asection *first_section; local
8241 asection *first_section = NULL; local
    [all...]
  /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...]

Completed in 203 milliseconds