Searched refs:alloc_name (Results 1 – 8 of 8) sorted by relevance
535 char *alloc_name; in symbol_set_names() local538 alloc_name = alloca (lookup_len + 1); in symbol_set_names()539 memcpy (alloc_name, JAVA_PREFIX, JAVA_PREFIX_LEN); in symbol_set_names()540 memcpy (alloc_name + JAVA_PREFIX_LEN, linkage_name, len); in symbol_set_names()541 alloc_name[lookup_len] = '\0'; in symbol_set_names()543 lookup_name = alloc_name; in symbol_set_names()544 linkage_name_copy = alloc_name + JAVA_PREFIX_LEN; in symbol_set_names()548 char *alloc_name; in symbol_set_names() local551 alloc_name = alloca (lookup_len + 1); in symbol_set_names()552 memcpy (alloc_name, linkage_name, len); in symbol_set_names()[all …]
1179 const char *alloc_name; /* name of this allocation type (must be first) */ member4841 alloc_counts[ alloc_type_none ].alloc_name = "none";4842 alloc_counts[ alloc_type_scope ].alloc_name = "scope";4843 alloc_counts[ alloc_type_vlinks ].alloc_name = "vlinks";4844 alloc_counts[ alloc_type_shash ].alloc_name = "shash";4845 alloc_counts[ alloc_type_thash ].alloc_name = "thash";4846 alloc_counts[ alloc_type_tag ].alloc_name = "tag";4847 alloc_counts[ alloc_type_forward ].alloc_name = "forward";4848 alloc_counts[ alloc_type_thead ].alloc_name = "thead";4849 alloc_counts[ alloc_type_varray ].alloc_name = "varray";[all …]
1104 const char *alloc_name; /* name of this allocation type (must be first) */ member4703 alloc_counts[ alloc_type_none ].alloc_name = "none"; in main()4704 alloc_counts[ alloc_type_scope ].alloc_name = "scope"; in main()4705 alloc_counts[ alloc_type_vlinks ].alloc_name = "vlinks"; in main()4706 alloc_counts[ alloc_type_shash ].alloc_name = "shash"; in main()4707 alloc_counts[ alloc_type_thash ].alloc_name = "thash"; in main()4708 alloc_counts[ alloc_type_tag ].alloc_name = "tag"; in main()4709 alloc_counts[ alloc_type_forward ].alloc_name = "forward"; in main()4710 alloc_counts[ alloc_type_thead ].alloc_name = "thead"; in main()4711 alloc_counts[ alloc_type_varray ].alloc_name = "varray"; in main()[all …]
1100 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local1102 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()1103 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()
1708 static const char alloc_name[] = "_Jv_AllocObject"; in build_new_1() local1714 if (!get_global_value_if_present (get_identifier (alloc_name), in build_new_1()1717 error ("call to Java constructor with %qs undefined", alloc_name); in build_new_1()
2267 static const char alloc_name[] = "_Jv_AllocObject"; local2269 alloc_decl = IDENTIFIER_GLOBAL_VALUE (get_identifier (alloc_name));2272 alloc_name);
1049 char *alloc_name; /* name of this allocation type (must be first) */ member
1048 char *alloc_name; /* name of this allocation type (must be first) */ member