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_mark
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldcref.c
116
static void *
alloc_mark
;
variable
238
alloc_mark
= bfd_hash_allocate (&cref_table.root, 1);
239
if (
alloc_mark
== NULL)
312
alloc_mark
);
/src/external/gpl3/binutils.old/dist/ld/
ldcref.c
116
static void *
alloc_mark
;
variable
238
alloc_mark
= bfd_hash_allocate (&cref_table.root, 1);
239
if (
alloc_mark
== NULL)
312
alloc_mark
);
/src/external/gpl3/binutils/dist/bfd/
elflink.c
4441
void *
alloc_mark
= NULL;
4932
alloc_mark
= bfd_hash_allocate (&htab->root.table, 1);
4933
if (
alloc_mark
== NULL)
5904
alloc_mark
);
4432
void *
alloc_mark
= NULL;
local
/src/external/gpl3/binutils.old/dist/bfd/
elflink.c
4405
void *
alloc_mark
= NULL;
4897
alloc_mark
= bfd_hash_allocate (&htab->root.table, 1);
4898
if (
alloc_mark
== NULL)
5860
alloc_mark
);
4396
void *
alloc_mark
= NULL;
local
/src/external/gpl3/gdb/dist/bfd/
elflink.c
4378
void *
alloc_mark
= NULL;
4870
alloc_mark
= bfd_hash_allocate (&htab->root.table, 1);
4871
if (
alloc_mark
== NULL)
5825
alloc_mark
);
4369
void *
alloc_mark
= NULL;
local
/src/external/gpl3/gdb.old/dist/bfd/
elflink.c
4363
void *
alloc_mark
= NULL;
4855
alloc_mark
= bfd_hash_allocate (&htab->root.table, 1);
4856
if (
alloc_mark
== NULL)
5811
alloc_mark
);
4354
void *
alloc_mark
= NULL;
local
Completed in 67 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026