OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_name
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
ecoff.c
1049
char *
alloc_name
; /* name of this allocation type (must be first) */
1047
char *
alloc_name
; \/* name of this allocation type (must be first) *\/
member in struct:alloc_info
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
1049
char *
alloc_name
; /* name of this allocation type (must be first) */
1047
char *
alloc_name
; \/* name of this allocation type (must be first) *\/
member in struct:alloc_info
/src/external/gpl3/gdb.old/dist/gdb/
symtab.c
1058
char *
alloc_name
= (char *) alloca (linkage_name.length () + 1);
1059
memcpy (
alloc_name
, linkage_name.data (), linkage_name.length ());
1060
alloc_name
[linkage_name.length ()] = '\0';
1062
linkage_name_copy = std::string_view (
alloc_name
,
1056
char *
alloc_name
= (char *) alloca (linkage_name.length () + 1);
local
/src/external/gpl3/gdb/dist/gdb/
symtab.c
1058
char *
alloc_name
= (char *) alloca (linkage_name.length () + 1);
1059
memcpy (
alloc_name
, linkage_name.data (), linkage_name.length ());
1060
alloc_name
[linkage_name.length ()] = '\0';
1062
linkage_name_copy = std::string_view (
alloc_name
,
1056
char *
alloc_name
= (char *) alloca (linkage_name.length () + 1);
local
Completed in 27 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026