| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-symbols.c | 40 symbol came from the global scope. IS_LOCAL is true if the symbol 47 struct block_symbol sym, bool is_global, bool is_local) 127 if (is_local) 190 if (!is_local) 216 if (!is_local)
|
| compile-c-symbols.c | 47 symbol came from the global scope. IS_LOCAL is true if the symbol 56 int is_local) 131 if (is_local)
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-symbols.c | 40 symbol came from the global scope. IS_LOCAL is true if the symbol 47 struct block_symbol sym, bool is_global, bool is_local) 127 if (is_local) 190 if (!is_local) 216 if (!is_local)
|
| compile-c-symbols.c | 47 symbol came from the global scope. IS_LOCAL is true if the symbol 56 int is_local) 131 if (is_local)
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| events.py | 56 is_local = inf.connection.type == "native" 58 "isLocalProcess": is_local, 64 if is_local:
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| events.py | 56 is_local = inf.connection.type == "native" 58 "isLocalProcess": is_local, 64 if is_local:
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.h | 33 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 58 bool is_local : 1;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 33 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) 58 bool is_local : 1;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FileSystem.h | 518 std::error_code is_local(const Twine &path, bool &result); 520 /// Version of is_local accepting an open file descriptor. 521 std::error_code is_local(int FD, bool &result); 523 /// Simpler version of is_local for clients that don't need to 525 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs 527 return !is_local(Path, Result) && Result; 530 /// Simpler version of is_local accepting an open file descriptor for 532 inline bool is_local(int FD) { function in namespace:llvm::sys::fs 534 return !is_local(FD, Result) && Result;
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| tls.h | 76 int is_local; member in struct:tls_event_data::__anon8316
|
| tls_gnutls.c | 1490 ev.alert.is_local = 1; 1510 ev.alert.is_local = 0;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-macho.c | 887 obj_mach_o_common_parse (int is_local, symbolS *symbolP, 912 if (is_local) 943 obj_mach_o_comm (int is_local) 945 s_comm_internal (is_local, obj_mach_o_common_parse);
|
| obj-elf.c | 243 int is_local = symbol_get_obj (symbolP)->local; local 282 is_local = 0; 287 align = parse_align (is_local); 293 if (is_local)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-macho.c | 887 obj_mach_o_common_parse (int is_local, symbolS *symbolP, 912 if (is_local) 943 obj_mach_o_comm (int is_local) 945 s_comm_internal (is_local, obj_mach_o_common_parse);
|
| obj-elf.c | 239 int is_local = symbol_get_obj (symbolP)->local; local 278 is_local = 0; 283 align = parse_align (is_local); 289 if (is_local)
|
| /src/external/bsd/wpa/dist/src/ap/ |
| authsrv.c | 181 if (data->alert.is_local)
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED)
|
| elf32-cr16.c | 846 int is_local ATTRIBUTE_UNUSED) 885 if (is_local) 891 if (is_local)
|
| elf-m10300.c | 829 bool is_local; local 843 is_local = true; 845 is_local = SYMBOL_CALLS_LOCAL (info, h); 850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE; 854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type; 1418 int is_local ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED)
|
| elf-m10300.c | 829 bool is_local; local 843 is_local = true; 845 is_local = SYMBOL_CALLS_LOCAL (info, h); 850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE; 854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type; 1418 int is_local ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-z80.c | 363 int is_local ATTRIBUTE_UNUSED)
|
| /src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| or1k.cc | 746 bool is_local = true; local 762 is_local = SYMBOL_REF_LOCAL_P (base); 775 else if (is_local)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/or1k/ |
| or1k.cc | 743 bool is_local = true; local 759 is_local = SYMBOL_REF_LOCAL_P (base); 772 else if (is_local)
|