Home
last modified time | relevance | path

Searched refs:src_mask (Results 1 – 25 of 70) sorted by relevance

123

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ns32k.c518 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
652 add = x & howto->src_mask;
663 if ((add & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0)
664 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1;
737 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A 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()
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()
H A Dnlm32-i386.c159 || rel->howto->src_mask != 0xffffffff in nlm_i386_write_import()
283 && rel->howto->src_mask == 0xffffffff in nlm_i386_mangle_relocs()
307 && rel->howto->src_mask == 0xffffffff in nlm_i386_mangle_relocs()
H A Daout-tic30.c432 add = x & howto->src_mask; in tic30_aout_relocate_contents()
434 if ((add & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0) in tic30_aout_relocate_contents()
435 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1; in tic30_aout_relocate_contents()
484 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in tic30_aout_relocate_contents()
H A Dnlm32-ppc.c675 || (rel->howto->src_mask != 0xffffffff && rel->addend != 0) in nlm_powerpc_write_import()
785 && (howto->src_mask == rel->howto->src_mask in nlm_powerpc_write_reloc()
786 || (rel->howto->src_mask == 0 in nlm_powerpc_write_reloc()
H A Dnlm32-sparc.c155 && tmp->src_mask == rel->howto->src_mask in nlm_sparc_write_reloc()
H A Dcoff-arm.c111 | (((x & howto->src_mask) + diff) & howto->dst_mask)) in coff_arm_reloc()
1563 bfd_vma src_mask = 0x007FFFFE; in coff_arm_relocate_section() local
1612 if ((add & (((~ src_mask) >> 1) & src_mask)) != 0) in coff_arm_relocate_section()
1613 signed_add -= (((~ src_mask) >> 1) & src_mask) << 1; in coff_arm_relocate_section()
H A Dcoff-rs6000.c2914 howto->src_mask &= ~3;
2915 howto->dst_mask = howto->src_mask;
2989 howto->src_mask &= ~3;
2990 howto->dst_mask = howto->src_mask;
3016 howto->src_mask &= ~3;
3017 howto->dst_mask = howto->src_mask;
3055 b = val & howto->src_mask;
3131 b = val & howto->src_mask;
3149 signmask = ((~ howto->src_mask) >> 1) & howto->src_mask;
3193 b = val & howto->src_mask;
[all …]
H A Delf32-arm.c3002 addend = bfd_get_32 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate()
3004 if (addend & ((howto->src_mask + 1) >> 1)) in elf32_arm_final_link_relocate()
3007 signed_addend &= ~ howto->src_mask; in elf32_arm_final_link_relocate()
3334 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate()
3630 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask; in elf32_arm_final_link_relocate()
3631 if (addend & ((howto->src_mask + 1) >> 1)) in elf32_arm_final_link_relocate()
3634 signed_addend &= ~ howto->src_mask; in elf32_arm_final_link_relocate()
4363 addend = contents & howto->src_mask; in arm_add_to_rel()
4364 if (addend & ((howto->src_mask + 1) >> 1)) in arm_add_to_rel()
4369 mask &= ~ howto->src_mask; in arm_add_to_rel()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-ns32k.c520 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
654 add = x & howto->src_mask;
665 if ((add & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0)
666 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1;
739 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Dreloc.c885 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_perform_relocation()
1264 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask)) in bfd_install_relocation()
1445 b = x & howto->src_mask; in _bfd_relocate_contents()
1466 signmask = ((~ howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents()
1524 signmask = ((~ howto->src_mask) >> 1) & howto->src_mask; in _bfd_relocate_contents()
1553 | (((x & howto->src_mask) + relocation) & howto->dst_mask)); in _bfd_relocate_contents()
H A Dnlm32-i386.c174 || rel->howto->src_mask != 0xffffffff
299 && rel->howto->src_mask == 0xffffffff
323 && rel->howto->src_mask == 0xffffffff
H A Daout-tic30.c474 add = x & howto->src_mask;
476 if ((add & (((~howto->src_mask) >> 1) & howto->src_mask)) != 0)
477 signed_add -= (((~howto->src_mask) >> 1) & howto->src_mask) << 1;
523 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Dnlm32-ppc.c724 || (rel->howto->src_mask != 0xffffffff && rel->addend != 0)
835 && (howto->src_mask == rel->howto->src_mask
836 || (rel->howto->src_mask == 0
H A Delf32-arm.h1271 addend = bfd_get_32 (input_bfd, hit_data) & howto->src_mask;
1273 if (addend & ((howto->src_mask + 1) >> 1))
1276 signed_addend &= ~ howto->src_mask;
1566 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask;
1703 addend = bfd_get_16 (input_bfd, hit_data) & howto->src_mask;
1704 if (addend & ((howto->src_mask + 1) >> 1))
1707 signed_addend &= ~ howto->src_mask;
1950 addend = contents & howto->src_mask;
1951 if (addend & ((howto->src_mask + 1) >> 1))
1956 mask &= ~ howto->src_mask;
[all …]
H A Dnlm32-sparc.c193 && tmp->src_mask == rel->howto->src_mask
H A Dcoff-rs6000.c2918 howto->src_mask &= ~3;
2919 howto->dst_mask = howto->src_mask;
2994 howto->src_mask &= ~3;
2995 howto->dst_mask = howto->src_mask;
3021 howto->src_mask &= ~3;
3022 howto->dst_mask = howto->src_mask;
3060 b = val & howto->src_mask;
3136 b = val & howto->src_mask;
3154 signmask = ((~ howto->src_mask) >> 1) & howto->src_mask;
3198 b = val & howto->src_mask;
[all …]
H A Dcoff-arm.c177 | (((x & howto->src_mask) + diff) & howto->dst_mask))
1648 bfd_vma src_mask = 0x007FFFFE; local
1697 if ((add & (((~ src_mask) >> 1) & src_mask)) != 0)
1698 signed_add -= (((~ src_mask) >> 1) & src_mask) << 1;
H A Dcoff-i386.c139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
/openbsd-src/sbin/isakmpd/
H A Dipsec.c288 isa->src_mask == NULL || isa2->src_mask == NULL || in ipsec_sa_check_flow_any()
296 memcmp(sockaddr_addrdata(isa->src_mask), in ipsec_sa_check_flow_any()
297 sockaddr_addrdata(isa2->src_mask), in ipsec_sa_check_flow_any()
298 sockaddr_addrlen(isa->src_mask)) == 0 && in ipsec_sa_check_flow_any()
522 if (sockaddr2text(isa->src_mask, &mask1, 0)) in ipsec_finalize_exchange()
575 void *src_mask = NULL, *dst_mask = NULL; in ipsec_set_network() local
619 src_mask = (u_int8_t *)src_net + sizeof(struct in_addr); in ipsec_set_network()
626 src_mask = (u_int8_t *)src_net + in ipsec_set_network()
675 isa->src_mask = calloc(1, sizeof(struct sockaddr_in)); in ipsec_set_network()
676 if (!isa->src_mask) in ipsec_set_network()
[all …]
H A Dipsec.h122 struct sockaddr *src_mask; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h291 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
/openbsd-src/sys/net/
H A Dif_pflow.h71 u_int8_t src_mask; member
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c1486 && rel->howto->src_mask == 0xffffffff in i386_mangle_relocs()
1514 && rel->howto->src_mask == 0xffffffff in i386_mangle_relocs()
1939 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()
1988 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()
2003 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c1485 && rel->howto->src_mask == 0xffffffff in i386_mangle_relocs()
1513 && rel->howto->src_mask == 0xffffffff in i386_mangle_relocs()
1937 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()
1986 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()
2001 | (((val & rel->howto->src_mask) in powerpc_mangle_relocs()

123