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

  /src/external/bsd/pkg_install/dist/lib/
gpgsig.c 63 static const char hdr1[] = "-----BEGIN PGP SIGNED MESSAGE-----\n"; local
74 buf = allocated_buf = xasprintf("%s%s%s%s", hdr1, hdr2, content, sig);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_psk.c 87 const struct eap_psk_hdr_1 *hdr1; local
97 hdr1 = (const struct eap_psk_hdr_1 *) cpos;
98 if (cpos == NULL || len < sizeof(*hdr1)) {
102 (unsigned long) sizeof(*hdr1));
106 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr1->flags);
107 if (EAP_PSK_FLAGS_GET_T(hdr1->flags) != 0) {
109 EAP_PSK_FLAGS_GET_T(hdr1->flags));
114 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s,
116 os_memcpy(data->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
118 data->id_s_len = len - sizeof(*hdr1);
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 2002 const asection *hdr1 = *(const asection **) arg1;
2005 if ((hdr1->flags & SEC_ALLOC) != 0)
2015 if (hdr1->vma < hdr2->vma)
2017 else if (hdr1->vma > hdr2->vma)
1995 const asection *hdr1 = *(const asection **) arg1; local
elflink.c 8750 Elf_Internal_Shdr *hdr1, *hdr2;
8779 hdr1 = &elf_tdata (bfd1)->symtab_hdr;
8780 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym;
8802 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8907 hdr1->sh_link,
8974 = bfd_elf_string_from_elf_section (bfd1, hdr1->sh_link,
8739 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 2003 const asection *hdr1 = *(const asection **) arg1;
2006 if ((hdr1->flags & SEC_ALLOC) != 0)
2016 if (hdr1->vma < hdr2->vma)
2018 else if (hdr1->vma > hdr2->vma)
1996 const asection *hdr1 = *(const asection **) arg1; local
elflink.c 8742 Elf_Internal_Shdr *hdr1, *hdr2;
8771 hdr1 = &elf_tdata (bfd1)->symtab_hdr;
8772 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym;
8794 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8899 hdr1->sh_link,
8966 = bfd_elf_string_from_elf_section (bfd1, hdr1->sh_link,
8731 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 2015 const asection *hdr1 = *(const asection **) arg1;
2018 if ((hdr1->flags & SEC_ALLOC) != 0)
2028 if (hdr1->vma < hdr2->vma)
2030 else if (hdr1->vma > hdr2->vma)
2008 const asection *hdr1 = *(const asection **) arg1; local
elflink.c 8673 Elf_Internal_Shdr *hdr1, *hdr2;
8702 hdr1 = &elf_tdata (bfd1)->symtab_hdr;
8703 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym;
8725 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8830 hdr1->sh_link,
8897 = bfd_elf_string_from_elf_section (bfd1, hdr1->sh_link,
8662 Elf_Internal_Shdr *hdr1, *hdr2; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 2012 const asection *hdr1 = *(const asection **) arg1;
2015 if ((hdr1->flags & SEC_ALLOC) != 0)
2025 if (hdr1->vma < hdr2->vma)
2027 else if (hdr1->vma > hdr2->vma)
2005 const asection *hdr1 = *(const asection **) arg1; local
elflink.c 8660 Elf_Internal_Shdr *hdr1, *hdr2;
8689 hdr1 = &elf_tdata (bfd1)->symtab_hdr;
8690 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym;
8712 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8817 hdr1->sh_link,
8879 = bfd_elf_string_from_elf_section (bfd1, hdr1->sh_link,
8649 Elf_Internal_Shdr *hdr1, *hdr2; local

Completed in 79 milliseconds