Home
last modified time | relevance | path

Searched refs:dst_mask (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-9-stable/sys/netinet/libalias/
Dalias_proxy.c108 struct in_addr dst_mask; member
482 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr; in ProxyCheck()
565 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local
596 IpMask(0, &dst_mask); in LibAliasProxyRule()
785 dst_mask = mask; in LibAliasProxyRule()
859 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr; in LibAliasProxyRule()
861 proxy_entry->dst_mask = dst_mask; in LibAliasProxyRule()
/freebsd-9-stable/contrib/binutils/bfd/
Dreloc.c877 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_perform_relocation()
1256 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_install_relocation()
1518 x = ((x & ~howto->dst_mask) in _bfd_relocate_contents()
1519 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
1586 x &= ~howto->dst_mask; in _bfd_clear_contents()
Delf32-score.c1791 hi16_value = (hi16_addend & (~(howto->dst_mask))) in score_elf_add_to_rel()
1795 contents = (contents & (~(howto->dst_mask))) | (offset & 0x7fff) | ((offset << 1) & 0x30000); in score_elf_add_to_rel()
1826 contents = (contents & ~howto->dst_mask) | (addend & howto->dst_mask); in score_elf_add_to_rel()
2016 value &= howto->dst_mask; in score_elf_final_link_relocate()
2094 hi16_value = (hi16_addend & (~(howto->dst_mask))) in score_elf_final_link_relocate()
2098 value = (addend & (~(howto->dst_mask))) | (offset & 0x7fff) | ((offset << 1) & 0x30000); in score_elf_final_link_relocate()
2140 value = (addend & ~howto->dst_mask) | (value & howto->dst_mask); in score_elf_final_link_relocate()
2146 value &= howto->dst_mask; in score_elf_final_link_relocate()
2154 value = (addend & (~(howto->dst_mask))) | ((value & 0x3fff) << 1) in score_elf_final_link_relocate()
2290 hi16_value = (hi16_addend & (~(howto->dst_mask))) in _bfd_score_elf_relocate_section()
[all …]
Dcoff-i386.c141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
Dcoff-x86_64.c133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
Dpe-mips.c90 …x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_… in coff_mips_reloc()
Dsyms.c1045 if (r->howto->dst_mask == 0) in _bfd_stab_section_find_nearest_line()
1053 || r->howto->dst_mask != 0xffffffff) in _bfd_stab_section_find_nearest_line()
Delfxx-mips.c4326 value &= howto->dst_mask; in mips_elf_calculate_relocation()
4331 value &= howto->dst_mask; in mips_elf_calculate_relocation()
4349 value &= howto->dst_mask; in mips_elf_calculate_relocation()
4354 & howto->dst_mask); in mips_elf_calculate_relocation()
4360 value = (symbol + addend - dtprel_base (info)) & howto->dst_mask; in mips_elf_calculate_relocation()
4365 & howto->dst_mask); in mips_elf_calculate_relocation()
4369 value = (symbol + addend - tprel_base (info)) & howto->dst_mask; in mips_elf_calculate_relocation()
4377 value &= howto->dst_mask; in mips_elf_calculate_relocation()
4401 value = (symbol + addend) & howto->dst_mask; in mips_elf_calculate_relocation()
4493 value &= howto->dst_mask; in mips_elf_calculate_relocation()
[all …]
Dcoff64-rs6000.c1166 howto->dst_mask = howto->src_mask;
1230 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize);
1356 value_to_relocate = ((value_to_relocate & ~howto.dst_mask)
1358 + relocation) & howto.dst_mask));
1816 if (relent->howto->dst_mask != 0
Delf32-cr16.c580 Rvalue &= howto->dst_mask; in cr16_elf_final_link_relocate()
611 & ~howto->dst_mask); in cr16_elf_final_link_relocate()
Dcoff-rs6000.c1021 if (relent->howto->dst_mask != 0
2923 howto->dst_mask = howto->src_mask;
2998 howto->dst_mask = howto->src_mask;
3025 howto->dst_mask = howto->src_mask;
3386 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize);
3511 value_to_relocate = ((value_to_relocate & ~howto.dst_mask)
3513 + relocation) & howto.dst_mask));
Dcoff-arm.c110 x = ((x & ~howto->dst_mask) \ in coff_arm_reloc()
111 | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_arm_reloc()
1692 x = ((x & ~howto->dst_mask) | relocation); in coff_arm_relocate_section()
Delf32-arm.c4829 if ( signed_addend > ((bfd_signed_vma) (howto->dst_mask >> 1)) in elf32_arm_final_link_relocate()
4830 || signed_addend < - ((bfd_signed_vma) ((howto->dst_mask + 1) >> 1))) in elf32_arm_final_link_relocate()
4835 value = (signed_addend & howto->dst_mask) in elf32_arm_final_link_relocate()
4836 | (bfd_get_32 (input_bfd, hit_data) & (~ howto->dst_mask)); in elf32_arm_final_link_relocate()
5351 relocation &= howto->dst_mask; in elf32_arm_final_link_relocate()
5352 relocation |= (bfd_get_16 (input_bfd, hit_data) & (~ howto->dst_mask)); in elf32_arm_final_link_relocate()
6346 contents = (contents & ~ howto->dst_mask) | (addend & howto->dst_mask); in arm_add_to_rel()
6460 value = (value & ~ howto->dst_mask) | (addend & howto->dst_mask); in elf32_arm_relocate_section()
Delf32-spu.c220 insn &= ~reloc_entry->howto->dst_mask; in spu_elf_rel9()
221 insn |= val & reloc_entry->howto->dst_mask; in spu_elf_rel9()
DChangeLog1231 * elf-hppa.h (elf_hppa_howto_table): Set size. Set dst_mask on
1544 <R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise. Also fix dst_mask.
DChangeLog-02032010 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
2138 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
2858 dst_mask.
3066 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
5182 dst_mask comments.
7143 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
7146 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
7148 dst_mask adjustment.
7149 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
7582 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
[all …]
Dbfd-in2.h2266 bfd_vma dst_mask; member
DChangeLog-000133 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
38 * elf64-sparc.c (sparc64_elf_howto_table): Fix dst_mask for
/freebsd-9-stable/sys/netgraph/netflow/
Dnetflow_v9.h68 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member
93 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member
Dnetflow_v9.c287 rec->dst_mask = fed->dst_mask; in export9_add()
318 rec->dst_mask = fed6->dst_mask; in export9_add()
Dng_netflow.h226 uint8_t dst_mask; /* destination route mask bits */ member
244 uint8_t dst_mask; /* destination route mask bits */ member
Dnetflow.c375 fle->f.dst_mask = bitcount32(((struct sockaddr_in *) in hash_insert()
379 fle->f.dst_mask = 32; in hash_insert()
466 fle6->f.dst_mask = ipv6_masklen(((struct sockaddr_in6 *)rt_mask(rt))->sin6_addr); in hash6_insert()
468 fle6->f.dst_mask = 128; in hash6_insert()
1083 rec->dst_mask = fle->f.dst_mask; in export_add()
Dnetflow.h129 uint8_t dst_mask; /* Destination route's mask bits */ member
/freebsd-9-stable/usr.sbin/flowctl/
Dflowctl.c348 fle->dst_mask, in flow_cache_print_verbose()
391 fle6->dst_mask, in flow_cache_print6_verbose()
/freebsd-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h2273 bfd_vma dst_mask; member

12