| /freebsd-9-stable/sys/netinet/libalias/ |
| D | alias_proxy.c | 108 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/ |
| D | reloc.c | 877 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()
|
| D | elf32-score.c | 1791 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 …]
|
| D | coff-i386.c | 141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
|
| D | coff-x86_64.c | 133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
|
| D | pe-mips.c | 90 …x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_… in coff_mips_reloc()
|
| D | syms.c | 1045 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()
|
| D | elfxx-mips.c | 4326 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 …]
|
| D | coff64-rs6000.c | 1166 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
|
| D | elf32-cr16.c | 580 Rvalue &= howto->dst_mask; in cr16_elf_final_link_relocate() 611 & ~howto->dst_mask); in cr16_elf_final_link_relocate()
|
| D | coff-rs6000.c | 1021 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));
|
| D | coff-arm.c | 110 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()
|
| D | elf32-arm.c | 4829 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()
|
| D | elf32-spu.c | 220 insn &= ~reloc_entry->howto->dst_mask; in spu_elf_rel9() 221 insn |= val & reloc_entry->howto->dst_mask; in spu_elf_rel9()
|
| D | ChangeLog | 1231 * 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.
|
| D | ChangeLog-0203 | 2010 * 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 …]
|
| D | bfd-in2.h | 2266 bfd_vma dst_mask; member
|
| D | ChangeLog-0001 | 33 * 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/ |
| D | netflow_v9.h | 68 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
|
| D | netflow_v9.c | 287 rec->dst_mask = fed->dst_mask; in export9_add() 318 rec->dst_mask = fed6->dst_mask; in export9_add()
|
| D | ng_netflow.h | 226 uint8_t dst_mask; /* destination route mask bits */ member 244 uint8_t dst_mask; /* destination route mask bits */ member
|
| D | netflow.c | 375 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()
|
| D | netflow.h | 129 uint8_t dst_mask; /* Destination route's mask bits */ member
|
| /freebsd-9-stable/usr.sbin/flowctl/ |
| D | flowctl.c | 348 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/ |
| D | bfd.h | 2273 bfd_vma dst_mask; member
|