OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lpe_list_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-s390.c
1023
static struct s390_lpe *
lpe_list_tail
= NULL;
variable in typeref:struct:s390_lpe
1199
if (
lpe_list_tail
!= NULL)
1201
lpe_list_tail
->next = lpe;
1202
lpe_list_tail
= lpe;
1205
lpe_list =
lpe_list_tail
= lpe;
2144
lpe_list_tail
= NULL;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c
1023
static struct s390_lpe *
lpe_list_tail
= NULL;
variable in typeref:struct:s390_lpe
1199
if (
lpe_list_tail
!= NULL)
1201
lpe_list_tail
->next = lpe;
1202
lpe_list_tail
= lpe;
1205
lpe_list =
lpe_list_tail
= lpe;
2144
lpe_list_tail
= NULL;
Completed in 29 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026