OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:all_file_handles
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c
43
static struct file_handle **
all_file_handles
= NULL;
variable in typeref:struct:file_handle
161
all_file_handles
= realloc (
all_file_handles
, num_file_handles
163
assert (
all_file_handles
);
165
all_file_handles
[num_file_handles - 1] = calloc (1,
167
handle =
all_file_handles
[num_file_handles - 1];
230
struct file_handle *handle =
all_file_handles
[j];
260
struct file_handle *handle =
all_file_handles
[j];
302
struct file_handle *handle =
all_file_handles
[j];
324
free (
all_file_handles
[j])
[
all
...]
lto-symtab.c
43
static struct file_handle **
all_file_handles
= NULL;
variable in typeref:struct:file_handle
161
all_file_handles
= realloc (
all_file_handles
, num_file_handles
163
assert (
all_file_handles
);
165
all_file_handles
[num_file_handles - 1] = calloc (1,
167
handle =
all_file_handles
[num_file_handles - 1];
230
struct file_handle *handle =
all_file_handles
[j];
260
struct file_handle *handle =
all_file_handles
[j];
302
struct file_handle *handle =
all_file_handles
[j];
324
free (
all_file_handles
[j])
[
all
...]
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026