HomeSort by relevance Sort by last modified time
    Searched refs:thdr (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 179 Nlm_External_Version_Header thdr; local
181 amt = sizeof (thdr);
182 if (bfd_bread ((void *) &thdr, amt, abfd) != amt)
184 memcpy (nlm_version_header (abfd)->stamp, thdr.stamp,
185 sizeof (thdr.stamp));
187 get_word (abfd, (bfd_byte *) thdr.majorVersion);
189 get_word (abfd, (bfd_byte *) thdr.minorVersion);
191 get_word (abfd, (bfd_byte *) thdr.revision);
193 get_word (abfd, (bfd_byte *) thdr.year);
195 get_word (abfd, (bfd_byte *) thdr.month)
201 Nlm_External_Extended_Header thdr; local
285 Nlm_External_Custom_Header thdr; local
646 Nlm_External_Version_Header thdr; local
673 Nlm_External_Copyright_Header thdr; local
695 Nlm_External_Extended_Header thdr; local
794 Nlm_External_Custom_Header thdr; local
832 Nlm_External_Custom_Header thdr; local
    [all...]
  /external/libnl/lib/route/cls/
ematch.c 262 struct tcf_ematch_tree_hdr *thdr; local
274 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]);
277 if (thdr->nmatches == 0)
283 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) /
287 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *))))
290 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) {
307 if (nmatches >= thdr->nmatches) {
335 container_ref(ematch) >= thdr->nmatches) {
343 if (nmatches != thdr->nmatches) {
  /external/libpcap/
pcap-linux.c 368 union thdr { union
381 #define RING_GET_FRAME(h) (((union thdr **)h->buffer)[h->offset])
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-g5.s 445 thdr %f6,%f9
esa-g5.d 451 .*: b3 59 00 69 [ ]*thdr %f6,%f9

Completed in 706 milliseconds