Searched refs:CHECK_NONE (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreloc.h340 CHECK_NONE, enumerator in enum:gold::Relocate_functions::Overflow_check
391 case CHECK_NONE:
578 { This::template rel<8>(view, value, CHECK_NONE); }
588 { This::template rel<8>(view, object, psymval, CHECK_NONE); }
600 { This::template rela<8>(view, value, addend, CHECK_NONE); }
612 { This::template rela<8>(view, object, psymval, addend, CHECK_NONE); }
626 { This::template pcrel<8>(view, value, address, CHECK_NONE); }
638 { This::template pcrel<8>(view, object, psymval, address, CHECK_NONE); }
653 { This::template pcrela<8>(view, value, addend, address, CHECK_NONE); }
667 CHECK_NONE); }
[all...]
H A Dpowerpc.cc1976 CHECK_NONE, enumerator in enum:__anon464::Powerpc_relocate_functions::Overflow_check
2114 { This::template rela<64,64>(view, value, CHECK_NONE); }
2119 { This::template rela_ua<64,64>(view, value, CHECK_NONE); }
2137 if (overflow != CHECK_NONE && (value & 3) != 0)
2175 { This::template rela<16,16>(view, 16, 0xffff, value, CHECK_NONE); }
2185 { This::template rela<16,16>(view, 32, 0xffff, value, CHECK_NONE); }
2195 { This::template rela<16,16>(view, 48, 0xffff, value, CHECK_NONE); }
2207 if (overflow != CHECK_NONE && (value & 3) != 0)
2232 This::rela<32,16>(view + 4, 0, 0xffff, value, CHECK_NONE);
2239 { This::addr34(view, value >> 34, CHECK_NONE);}
[all...]
H A Ds390.cc873 CHECK_NONE, enumerator in enum:__anon470::S390_relocate_functions::Overflow_check
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreloc.h340 CHECK_NONE, enumerator in enum:gold::Relocate_functions::Overflow_check
391 case CHECK_NONE:
578 { This::template rel<8>(view, value, CHECK_NONE); }
588 { This::template rel<8>(view, object, psymval, CHECK_NONE); }
600 { This::template rela<8>(view, value, addend, CHECK_NONE); }
612 { This::template rela<8>(view, object, psymval, addend, CHECK_NONE); }
626 { This::template pcrel<8>(view, value, address, CHECK_NONE); }
638 { This::template pcrel<8>(view, object, psymval, address, CHECK_NONE); }
653 { This::template pcrela<8>(view, value, addend, address, CHECK_NONE); }
667 CHECK_NONE); }
[all...]
H A Dpowerpc.cc1926 CHECK_NONE, enumerator in enum:__anon1710::Powerpc_relocate_functions::Overflow_check
2064 { This::template rela<64,64>(view, value, CHECK_NONE); }
2069 { This::template rela_ua<64,64>(view, value, CHECK_NONE); }
2087 if (overflow != CHECK_NONE && (value & 3) != 0)
2125 { This::template rela<16,16>(view, 16, 0xffff, value, CHECK_NONE); }
2135 { This::template rela<16,16>(view, 32, 0xffff, value, CHECK_NONE); }
2145 { This::template rela<16,16>(view, 48, 0xffff, value, CHECK_NONE); }
2157 if (overflow != CHECK_NONE && (value & 3) != 0)
2182 This::rela<32,16>(view + 4, 0, 0xffff, value, CHECK_NONE);
2189 { This::addr34(view, value >> 34, CHECK_NONE);}
[all...]
H A Ds390.cc868 CHECK_NONE, enumerator in enum:__anon1715::S390_relocate_functions::Overflow_check
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreloc.h340 CHECK_NONE, enumerator in enum:gold::Relocate_functions::Overflow_check
391 case CHECK_NONE:
578 { This::template rel<8>(view, value, CHECK_NONE); }
588 { This::template rel<8>(view, object, psymval, CHECK_NONE); }
600 { This::template rela<8>(view, value, addend, CHECK_NONE); }
612 { This::template rela<8>(view, object, psymval, addend, CHECK_NONE); }
626 { This::template pcrel<8>(view, value, address, CHECK_NONE); }
638 { This::template pcrel<8>(view, object, psymval, address, CHECK_NONE); }
653 { This::template pcrela<8>(view, value, addend, address, CHECK_NONE); }
667 CHECK_NONE); }
[all...]
H A Dpowerpc.cc1976 CHECK_NONE, enumerator in enum:__anon606::Powerpc_relocate_functions::Overflow_check
2114 { This::template rela<64,64>(view, value, CHECK_NONE); }
2119 { This::template rela_ua<64,64>(view, value, CHECK_NONE); }
2137 if (overflow != CHECK_NONE && (value & 3) != 0)
2175 { This::template rela<16,16>(view, 16, 0xffff, value, CHECK_NONE); }
2185 { This::template rela<16,16>(view, 32, 0xffff, value, CHECK_NONE); }
2195 { This::template rela<16,16>(view, 48, 0xffff, value, CHECK_NONE); }
2207 if (overflow != CHECK_NONE && (value & 3) != 0)
2232 This::rela<32,16>(view + 4, 0, 0xffff, value, CHECK_NONE);
2239 { This::addr34(view, value >> 34, CHECK_NONE);}
[all...]
H A Ds390.cc873 CHECK_NONE, enumerator in enum:__anon612::S390_relocate_functions::Overflow_check
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dassertions.h46 #if defined(CHECK_NONE) && !defined(__COVERITY__)
/netbsd-current/lib/libc/include/isc/
H A Dassertions.h46 #if defined(CHECK_NONE) && !defined(__COVERITY__)
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c112 #define CHECK_NONE 0x00 macro
115 static int check = CHECK_NONE;
637 if ( check == CHECK_NONE && lloadd_listeners_init( urls ) != 0 ) {
708 if ( check == CHECK_NONE ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c111 #define CHECK_NONE 0x00 macro
114 static int check = CHECK_NONE;
802 if( check == CHECK_NONE && slapd_daemon_init( urls ) != 0 ) {
895 if ( check == CHECK_NONE ) {
/netbsd-current/sys/dev/ic/
H A Dac97.c283 CHECK_NONE = 0, enumerator in enum:ac97_source_info::__anon72
1068 case CHECK_NONE:

Completed in 220 milliseconds