OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:litpool_seg_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
449
static struct litpool_seg
litpool_seg_list
;
variable in typeref:struct:litpool_seg
4931
struct litpool_seg *lps =
litpool_seg_list
.next;
7872
struct litpool_seg *lps =
litpool_seg_list
.next;
7900
struct litpool_seg *lps =
litpool_seg_list
.next;
7917
lps->next =
litpool_seg_list
.next;
7918
litpool_seg_list
.next = lps;
11226
for (lps =
litpool_seg_list
.next; lps; lps = lps->next)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
449
static struct litpool_seg
litpool_seg_list
;
variable in typeref:struct:litpool_seg
4931
struct litpool_seg *lps =
litpool_seg_list
.next;
7872
struct litpool_seg *lps =
litpool_seg_list
.next;
7900
struct litpool_seg *lps =
litpool_seg_list
.next;
7917
lps->next =
litpool_seg_list
.next;
7918
litpool_seg_list
.next = lps;
11226
for (lps =
litpool_seg_list
.next; lps; lps = lps->next)
Completed in 39 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026