OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coff_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
coffgrok.h
90
struct
coff_type
struct
132
struct
coff_type
*points_to;
138
struct
coff_type
*array_of;
143
struct
coff_type
* function_returns;
211
struct
coff_type
* type;
/src/external/gpl3/binutils.old/dist/binutils/
coffgrok.h
90
struct
coff_type
struct
132
struct
coff_type
*points_to;
138
struct
coff_type
*array_of;
143
struct
coff_type
* function_returns;
211
struct
coff_type
* type;
/src/external/gpl3/binutils/dist/gas/
ecoff.c
2488
static type_info_t
coff_type
;
2522
coff_type
= type_info_init;
2576
if (
coff_type
.num_dims >= N_TQ)
2581
coff_type
.dimensions[
coff_type
.num_dims] = dimens[i];
2582
++
coff_type
.num_dims;
2649
if (
coff_type
.num_sizes >= N_TQ)
2654
coff_type
.sizes[
coff_type
.num_sizes] = sizes[i];
2655
++
coff_type
.num_sizes
2469
static type_info_t
coff_type
;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
2488
static type_info_t
coff_type
;
2522
coff_type
= type_info_init;
2576
if (
coff_type
.num_dims >= N_TQ)
2581
coff_type
.dimensions[
coff_type
.num_dims] = dimens[i];
2582
++
coff_type
.num_dims;
2649
if (
coff_type
.num_sizes >= N_TQ)
2654
coff_type
.sizes[
coff_type
.num_sizes] = sizes[i];
2655
++
coff_type
.num_sizes
2469
static type_info_t
coff_type
;
variable
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026