| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-score.c | 1761 addend = contents & howto->src_mask; in score_elf_add_to_rel() 1762 if (addend & ((howto->src_mask + 1) >> 1)) in score_elf_add_to_rel() 1767 mask &= ~howto->src_mask; in score_elf_add_to_rel() 1775 (((contents & howto->src_mask) & 0x3ff0000) >> 6) | ((contents & howto->src_mask) & 0x3ff); in score_elf_add_to_rel() 1779 src_mask) | (((offset << 6) & howto->src_mask) & 0x3ff0000) | (offset & 0x3ff); in score_elf_add_to_rel() 1800 (((contents & howto->src_mask) >> 1) & 0x1ff8000) | ((contents & howto->src_mask) & 0x7fff); in score_elf_add_to_rel() 1804 src_mask) | (((offset << 1) & howto->src_mask) & 0x3ff0000) | (offset & 0x7fff); in score_elf_add_to_rel() 1810 offset = contents & howto->src_mask; in score_elf_add_to_rel() 1812 contents = (contents & ~howto->src_mask) | (offset & howto->src_mask); in score_elf_add_to_rel() 1819 offset = (contents & howto->src_mask) + ((increment >> 1) & 0xff); in score_elf_add_to_rel() [all …]
|
| 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() 1438 b = (x & howto->src_mask & addrmask) >> bitpos; in _bfd_relocate_contents() 1465 ss = ((~howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents() 1519 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
|
| D | coff-arm.c | 111 | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_arm_reloc() 1608 bfd_vma src_mask = 0x007FFFFE; in coff_arm_relocate_section() local 1657 if ((add & (((~ src_mask) >> 1) & src_mask)) != 0) in coff_arm_relocate_section() 1658 signed_add -= (((~ src_mask) >> 1) & src_mask) << 1; in coff_arm_relocate_section()
|
| D | coff-rs6000.c | 2922 howto->src_mask &= ~3; 2923 howto->dst_mask = howto->src_mask; 2997 howto->src_mask &= ~3; 2998 howto->dst_mask = howto->src_mask; 3024 howto->src_mask &= ~3; 3025 howto->dst_mask = howto->src_mask; 3063 b = val & howto->src_mask; 3139 b = val & howto->src_mask; 3157 signmask = ((~ howto->src_mask) >> 1) & howto->src_mask; 3201 b = val & howto->src_mask; [all …]
|
| D | coff-i386.c | 141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
|
| D | elf32-arm.c | 4563 addend = bfd_get_32 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate() 4565 if (addend & ((howto->src_mask + 1) >> 1)) in elf32_arm_final_link_relocate() 4568 signed_addend &= ~ howto->src_mask; in elf32_arm_final_link_relocate() 4926 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate() 5325 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate() 5326 if (addend & ((howto->src_mask + 1) >> 1)) in elf32_arm_final_link_relocate() 5329 signed_addend &= ~ howto->src_mask; in elf32_arm_final_link_relocate() 6315 addend = contents & howto->src_mask; in arm_add_to_rel() 6316 if (addend & ((howto->src_mask + 1) >> 1)) in arm_add_to_rel() 6321 mask &= ~ howto->src_mask; in arm_add_to_rel() [all …]
|
| D | coff-x86_64.c | 133 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_amd64_reloc()
|
| D | coff64-rs6000.c | 1165 howto->src_mask &= ~3; 1166 howto->dst_mask = howto->src_mask; 1230 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize); 1357 | (((value_to_relocate & howto.src_mask)
|
| 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 | 1064 val &= r->howto->src_mask; in _bfd_stab_section_find_nearest_line()
|
| D | elfn32-mips.c | 1890 if (reloc_entry->howto->src_mask == 0) in gprel32_with_gp()
|
| D | ChangeLog-0203 | 5181 * reloc.c (struct reloc_howto_struct): Revise src_mask and 7097 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries. 7141 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all 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. 7147 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and 7149 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly. 7150 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with 7581 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill 10485 Zero src_mask. [all …]
|
| D | ChangeLog-9697 | 3474 it is zero, in case src_mask matters. 3703 by 16 bits. Fix src_mask for all relocs. 4615 (gprel16_with_gp): Check howto->src_mask before using value in 4619 (gprel32_with_gp): Check howto->src_mask before fetching value. 5825 src_mask and pcrel_offset into account. 6564 * elf32-m68k.c (howto_table): Change src_mask to 0 for all
|
| D | ieee.c | 2328 ov &= r->howto->src_mask; in do_with_relocs()
|
| D | bfd-in2.h | 2262 bfd_vma src_mask; member
|
| D | elfxx-mips.c | 7825 addend &= howto->src_mask; in _bfd_mips_elf_relocate_section() 7900 l &= lo16_howto->src_mask; in _bfd_mips_elf_relocate_section() 7941 addend &= howto->src_mask; in _bfd_mips_elf_relocate_section()
|
| /freebsd-9-stable/sys/netinet/libalias/ |
| D | alias_proxy.c | 105 struct in_addr src_mask; member 481 src_addr_masked.s_addr = src_addr.s_addr & ptr->src_mask.s_addr; in ProxyCheck() 564 struct in_addr src_addr, src_mask; in LibAliasProxyRule() local 594 IpMask(0, &src_mask); in LibAliasProxyRule() 782 src_mask = mask; in LibAliasProxyRule() 858 proxy_entry->src_addr.s_addr = src_addr.s_addr & src_mask.s_addr; in LibAliasProxyRule() 860 proxy_entry->src_mask = src_mask; in LibAliasProxyRule()
|
| /freebsd-9-stable/sys/netgraph/netflow/ |
| D | netflow_v9.h | 67 uint8_t src_mask; /* Source route's mask bits (SRC_MASK) */ member 92 uint8_t src_mask; /* Source route's mask bits (SRC_MASK) */ member
|
| D | netflow_v9.c | 288 rec->src_mask = fed->src_mask; in export9_add() 319 rec->src_mask = fed6->src_mask; in export9_add()
|
| D | ng_netflow.h | 227 uint8_t src_mask; /* source route mask bits */ member 245 uint8_t src_mask; /* source route mask bits */ member
|
| D | netflow.c | 392 fle->f.src_mask = bitcount32(((struct sockaddr_in *) in hash_insert() 396 fle->f.src_mask = 32; in hash_insert() 486 fle6->f.src_mask = ipv6_masklen(((struct sockaddr_in6 *)rt_mask(rt))->sin6_addr); in hash6_insert() 488 fle6->f.src_mask = 128; in hash6_insert() 1084 rec->src_mask = fle->f.src_mask; in export_add()
|
| D | netflow.h | 128 uint8_t src_mask; /* Source route's mask bits */ member
|
| /freebsd-9-stable/usr.sbin/flowctl/ |
| D | flowctl.c | 345 fle->src_mask, in flow_cache_print_verbose() 388 fle6->src_mask, in flow_cache_print6_verbose()
|
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | if_pflow.h | 52 u_int8_t src_mask; member
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 2269 bfd_vma src_mask; member
|