Searched refs:lhdr (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | od-xcoff.c | 1033 struct external_ldhdr *lhdr; in dump_xcoff32_loader() local 1055 if (size < sizeof (*lhdr)) in dump_xcoff32_loader() 1063 lhdr = (struct external_ldhdr *)ldr_data; in dump_xcoff32_loader() 1065 version = bfd_h_get_32 (abfd, lhdr->l_version); in dump_xcoff32_loader() 1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms); in dump_xcoff32_loader() 1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc); in dump_xcoff32_loader() 1079 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen)); in dump_xcoff32_loader() 1080 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid); in dump_xcoff32_loader() 1082 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff); in dump_xcoff32_loader() 1084 stlen = bfd_h_get_32 (abfd, lhdr->l_stlen); in dump_xcoff32_loader() [all …]
|
| /dflybsd-src/sys/netgraph/ppp/ |
| H A D | ng_ppp.c | 1093 u_int32_t lhdr; in ng_ppp_mp_input() local 1104 lhdr = ntohl(*mtod(m, u_int32_t *)); in ng_ppp_mp_input() 1105 frag->seq = MP_LONG_EXTEND(lhdr); in ng_ppp_mp_input() 1106 frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0; in ng_ppp_mp_input() 1107 frag->last = (lhdr & MP_LONG_LAST_FLAG) != 0; in ng_ppp_mp_input() 1571 u_int32_t lhdr; in ng_ppp_mp_output() local 1573 lhdr = priv->xseq; in ng_ppp_mp_output() 1577 lhdr |= MP_LONG_FIRST_FLAG; in ng_ppp_mp_output() 1579 lhdr |= MP_LONG_LAST_FLAG; in ng_ppp_mp_output() 1580 lhdr = htonl(lhdr); in ng_ppp_mp_output() [all …]
|
| /dflybsd-src/sys/netgraph7/ppp/ |
| H A D | ng_ppp.c | 1544 uint32_t lhdr; in ng_ppp_mp_recv() local 1554 lhdr = ntohl(*mtod(m, uint32_t *)); in ng_ppp_mp_recv() 1555 frag->seq = MP_LONG_EXTEND(lhdr); in ng_ppp_mp_recv() 1556 frag->first = (lhdr & MP_LONG_FIRST_FLAG) != 0; in ng_ppp_mp_recv() 1557 frag->last = (lhdr & MP_LONG_LAST_FLAG) != 0; in ng_ppp_mp_recv() 2108 uint32_t lhdr; in ng_ppp_mp_xmit() local 2110 lhdr = seq; in ng_ppp_mp_xmit() 2113 lhdr |= MP_LONG_FIRST_FLAG; in ng_ppp_mp_xmit() 2115 lhdr |= MP_LONG_LAST_FLAG; in ng_ppp_mp_xmit() 2116 lhdr = htonl(lhdr); in ng_ppp_mp_xmit() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libbacktrace/ |
| H A D | dwarf.c | 2254 const struct line_header *lhdr, in read_function_entry() argument 2338 if (val.u.uint - 1 >= lhdr->filenames_count) in read_function_entry() 2346 lhdr->filenames[val.u.uint - 1]; in read_function_entry() 2470 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr, in read_function_entry() 2484 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr, in read_function_entry() 2517 const struct line_header *lhdr, in read_function_info() argument 2549 if (!read_function_entry (state, ddata, u, 0, &unit_buf, lhdr, in read_function_info() 2715 struct line_header lhdr; in dwarf_lookup_pc() local 2723 if (read_line_info (state, ddata, error_callback, data, entry->u, &lhdr, in dwarf_lookup_pc() 2734 read_function_info (state, ddata, &lhdr, error_callback, data, in dwarf_lookup_pc() [all …]
|
| /dflybsd-src/sys/dev/netif/dc/ |
| H A D | if_dc.c | 1772 struct dc_leaf_hdr *lhdr; in dc_parse_21143_srom() local 1780 lhdr = (struct dc_leaf_hdr *)&(sc->dc_srom[loff]); in dc_parse_21143_srom() 1782 ptr = (char *)lhdr; in dc_parse_21143_srom() 1787 for (i = 0; i < lhdr->dc_mcnt; i++) { in dc_parse_21143_srom() 1800 ptr = (char *)lhdr; in dc_parse_21143_srom() 1802 for (i = 0; i < lhdr->dc_mcnt; i++) { in dc_parse_21143_srom()
|
| /dflybsd-src/sys/dev/virtual/virtio/net/ |
| H A D | if_vtnet.c | 1686 struct virtio_net_hdr lhdr; in vtnet_rxeof() local 1697 hdr = &lhdr; in vtnet_rxeof()
|