| /NextBSD/sys/netinet/libalias/ |
| HD | 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()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | 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()
|
| HD | 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 …]
|
| HD | coff-i386.c | 141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
|
| HD | coff-x86_64.c | 133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
|
| HD | pe-mips.c | 90 …x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_… in coff_mips_reloc()
|
| HD | 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()
|
| HD | elfxx-mips.c | 4330 value &= howto->dst_mask; in mips_elf_calculate_relocation() 4335 value &= howto->dst_mask; in mips_elf_calculate_relocation() 4353 value &= howto->dst_mask; in mips_elf_calculate_relocation() 4358 & howto->dst_mask); in mips_elf_calculate_relocation() 4364 value = (symbol + addend - dtprel_base (info)) & howto->dst_mask; in mips_elf_calculate_relocation() 4369 & howto->dst_mask); in mips_elf_calculate_relocation() 4373 value = (symbol + addend - tprel_base (info)) & howto->dst_mask; in mips_elf_calculate_relocation() 4381 value &= howto->dst_mask; in mips_elf_calculate_relocation() 4405 value = (symbol + addend) & howto->dst_mask; in mips_elf_calculate_relocation() 4497 value &= howto->dst_mask; in mips_elf_calculate_relocation() [all …]
|
| HD | 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
|
| HD | elf32-cr16.c | 580 Rvalue &= howto->dst_mask; in cr16_elf_final_link_relocate() 611 & ~howto->dst_mask); in cr16_elf_final_link_relocate()
|
| HD | 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));
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | ChangeLog | 1277 * elf-hppa.h (elf_hppa_howto_table): Set size. Set dst_mask on 1590 <R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise. Also fix dst_mask.
|
| HD | 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 …]
|
| /NextBSD/sys/netgraph/netflow/ |
| HD | 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
|
| HD | netflow_v9.c | 285 rec->dst_mask = fed->dst_mask; in export9_add() 316 rec->dst_mask = fed6->dst_mask; in export9_add()
|
| HD | netflow.c | 352 fle->f.dst_mask = in hash_insert() 356 fle->f.dst_mask = 32; in hash_insert() 444 fle6->f.dst_mask = RT_MASK6(rt); in hash6_insert() 446 fle6->f.dst_mask = 128; in hash6_insert() 1086 rec->dst_mask = fle->f.dst_mask; in export_add()
|
| HD | ng_netflow.h | 257 uint8_t dst_mask; /* destination route mask bits */ member 275 uint8_t dst_mask; /* destination route mask bits */ member
|
| HD | netflow.h | 129 uint8_t dst_mask; /* Destination route's mask bits */ member
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-cnfp.c | 117 uint8_t dst_mask; /* destination address prefix mask bits */ member 151 uint8_t dst_mask; /* destination address prefix mask bits */ member 302 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask); in cnfp_v5_print() 399 snprintf(buf, sizeof(buf), "/%d", nr->dst_mask); in cnfp_v6_print()
|
| /NextBSD/usr.sbin/flowctl/ |
| HD | flowctl.c | 367 fle->dst_mask, in flow_cache_print_verbose() 410 fle6->dst_mask, in flow_cache_print6_verbose()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | Options.h | 451 uint32_t dst_mask);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | Options.cpp | 1017 uint32_t dst_mask) in Append() argument 1027 m_option_defs.back().usage_mask = dst_mask; in Append()
|