Home
last modified time | relevance | path

Searched refs:alloc_name (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymtab.c535 char *alloc_name; in symbol_set_names() local
538 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() local
551 alloc_name = alloca (lookup_len + 1); in symbol_set_names()
552 memcpy (alloc_name, linkage_name, len); in symbol_set_names()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1179 const char *alloc_name; /* name of this allocation type (must be first) */ member
4841 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 …]
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tfile.c1104 const char *alloc_name; /* name of this allocation type (must be first) */ member
4703 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 …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1100 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local
1102 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()
1103 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c1708 static const char alloc_name[] = "_Jv_AllocObject"; in build_new_1() local
1714 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2267 static const char alloc_name[] = "_Jv_AllocObject"; local
2269 alloc_decl = IDENTIFIER_GLOBAL_VALUE (get_identifier (alloc_name));
2272 alloc_name);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1049 char *alloc_name; /* name of this allocation type (must be first) */ member
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c1048 char *alloc_name; /* name of this allocation type (must be first) */ member