| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | name-lookup.h | 59 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 75 unsigned is_local : 1; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 518 std::error_code is_local(const Twine &path, bool &result); 521 std::error_code is_local(int FD, bool &result); 525 inline bool is_local(const Twine &Path) { in is_local() function 527 return !is_local(Path, Result) && Result; in is_local() 532 inline bool is_local(int FD) { in is_local() function 534 return !is_local(FD, Result) && Result; in is_local()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elfnn-aarch64.c | 4903 bool is_local = h == NULL; in aarch64_tls_transition_without_check() local 4909 return (is_local in aarch64_tls_transition_without_check() 4914 return (is_local in aarch64_tls_transition_without_check() 4919 return (is_local in aarch64_tls_transition_without_check() 4924 return (is_local in aarch64_tls_transition_without_check() 4929 return (is_local in aarch64_tls_transition_without_check() 4934 return (is_local in aarch64_tls_transition_without_check() 4940 return (is_local in aarch64_tls_transition_without_check() 4945 return is_local ? BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G1 : r_type; in aarch64_tls_transition_without_check() 4948 return is_local ? BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G0_NC : r_type; in aarch64_tls_transition_without_check() [all …]
|
| H A D | elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED) in z80_elf_final_link_relocate()
|
| H A D | elf-m10300.c | 829 bool is_local; in elf_mn10300_tls_transition() local 843 is_local = true; in elf_mn10300_tls_transition() 845 is_local = SYMBOL_CALLS_LOCAL (info, h); in elf_mn10300_tls_transition() 850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE; in elf_mn10300_tls_transition() 854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type; in elf_mn10300_tls_transition() 1418 int is_local ATTRIBUTE_UNUSED) in mn10300_elf_final_link_relocate()
|
| H A D | elf32-cr16.c | 846 int is_local ATTRIBUTE_UNUSED) in cr16_elf_final_link_relocate() 885 if (is_local) in cr16_elf_final_link_relocate() 891 if (is_local) in cr16_elf_final_link_relocate()
|
| H A D | elfxx-sparc.c | 1303 int r_type, int is_local) in sparc_elf_tls_transition() argument 1316 return is_local ? R_SPARC_TLS_LE_HIX22 : R_SPARC_TLS_IE_HI22; in sparc_elf_tls_transition() 1318 return is_local ? R_SPARC_TLS_LE_LOX10 : R_SPARC_TLS_IE_LO10; in sparc_elf_tls_transition() 1324 return is_local ? R_SPARC_TLS_LE_HIX22 : r_type; in sparc_elf_tls_transition() 1326 return is_local ? R_SPARC_TLS_LE_LOX10 : r_type; in sparc_elf_tls_transition()
|
| H A D | elf32-crx.c | 447 int is_local ATTRIBUTE_UNUSED) in crx_elf_final_link_relocate()
|
| H A D | elf64-s390.c | 775 int is_local) in elf_s390_tls_transition() argument 784 if (is_local) in elf_s390_tls_transition() 788 if (is_local) in elf_s390_tls_transition()
|
| H A D | elf32-s390.c | 856 int is_local) in elf_s390_tls_transition() argument 865 if (is_local) in elf_s390_tls_transition() 869 if (is_local) in elf_s390_tls_transition()
|
| H A D | elf-m10200.c | 249 int is_local ATTRIBUTE_UNUSED) in mn10200_elf_final_link_relocate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | name-lookup.h | 32 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 57 bool is_local : 1; member
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-macho.c | 887 obj_mach_o_common_parse (int is_local, symbolS *symbolP, in obj_mach_o_common_parse() argument 912 if (is_local) in obj_mach_o_common_parse() 943 obj_mach_o_comm (int is_local) in obj_mach_o_comm() argument 945 s_comm_internal (is_local, obj_mach_o_common_parse); in obj_mach_o_comm()
|
| H A D | obj-elf.c | 285 int is_local = symbol_get_obj (symbolP)->local; in elf_common_parse() local 324 is_local = 0; in elf_common_parse() 329 align = parse_align (is_local); in elf_common_parse() 335 if (is_local) in elf_common_parse()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-macho.c | 887 obj_mach_o_common_parse (int is_local, symbolS *symbolP, in obj_mach_o_common_parse() argument 912 if (is_local) in obj_mach_o_common_parse() 943 obj_mach_o_comm (int is_local) in obj_mach_o_comm() argument 945 s_comm_internal (is_local, obj_mach_o_common_parse); in obj_mach_o_comm()
|
| H A D | obj-elf.c | 301 int is_local = symbol_get_obj (symbolP)->local; in elf_common_parse() local 340 is_local = 0; in elf_common_parse() 345 align = parse_align (is_local); in elf_common_parse() 351 if (is_local) in elf_common_parse()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED) in z80_elf_final_link_relocate()
|
| H A D | elf-m10300.c | 829 bool is_local; in elf_mn10300_tls_transition() local 843 is_local = true; in elf_mn10300_tls_transition() 845 is_local = SYMBOL_CALLS_LOCAL (info, h); in elf_mn10300_tls_transition() 850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE; in elf_mn10300_tls_transition() 854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type; in elf_mn10300_tls_transition() 1418 int is_local ATTRIBUTE_UNUSED) in mn10300_elf_final_link_relocate()
|
| H A D | elf32-cr16.c | 846 int is_local ATTRIBUTE_UNUSED) in cr16_elf_final_link_relocate() 885 if (is_local) in cr16_elf_final_link_relocate() 891 if (is_local) in cr16_elf_final_link_relocate()
|
| H A D | elfxx-sparc.c | 1303 int r_type, int is_local) in sparc_elf_tls_transition() argument 1316 return is_local ? R_SPARC_TLS_LE_HIX22 : R_SPARC_TLS_IE_HI22; in sparc_elf_tls_transition() 1318 return is_local ? R_SPARC_TLS_LE_LOX10 : R_SPARC_TLS_IE_LO10; in sparc_elf_tls_transition() 1324 return is_local ? R_SPARC_TLS_LE_HIX22 : r_type; in sparc_elf_tls_transition() 1326 return is_local ? R_SPARC_TLS_LE_LOX10 : r_type; in sparc_elf_tls_transition()
|
| H A D | elf32-s390.c | 856 int is_local) in elf_s390_tls_transition() argument 865 if (is_local) in elf_s390_tls_transition() 869 if (is_local) in elf_s390_tls_transition()
|
| H A D | elf64-s390.c | 775 int is_local) in elf_s390_tls_transition() argument 784 if (is_local) in elf_s390_tls_transition() 788 if (is_local) in elf_s390_tls_transition()
|
| H A D | elf32-crx.c | 447 int is_local ATTRIBUTE_UNUSED) in crx_elf_final_link_relocate()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| H A D | or1k.cc | 743 bool is_local = true; in or1k_legitimize_address_1() local 759 is_local = SYMBOL_REF_LOCAL_P (base); in or1k_legitimize_address_1() 772 else if (is_local) in or1k_legitimize_address_1()
|
| /netbsd-src/usr.sbin/user/ |
| H A D | user.c | 1396 is_local(char *name, const char *file) in is_local() function 1446 if (!is_local(login_name, _PATH_MASTERPASSWD)) { in moduser() 2424 if (!is_local(*argv, _PATH_GROUP)) { in groupmod()
|