OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sy_previous
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
symbols.c
598
else if (orgsymP->
sy_previous
)
600
orgsymP->
sy_previous
->sy_next = newsymP;
601
orgsymP->
sy_previous
= NULL;
606
orgsymP->sy_next->
sy_previous
= newsymP;
610
orgsymP->
sy_previous
= orgsymP->sy_next = orgsymP;
619
newsymP->
sy_previous
= newsymP->sy_next = newsymP;
802
addme->
sy_previous
= NULL;
810
target->sy_next->
sy_previous
= addme;
820
addme->
sy_previous
= target;
833
symbolP->
sy_previous
= NULL
[
all
...]
struc-symbol.h
90
struct symbol *
sy_previous
;
member in struct:symbol
ChangeLog-9697
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/doc/
internals.texi
77
@itemx
sy_previous
[
all
...]
Completed in 961 milliseconds