OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_last
(Results
1 - 9
of
9
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
format.c
104
struct bfd_section *
section_last
;
member in struct:bfd_preserve
125
preserve->
section_last
= abfd->
section_last
;
159
abfd->
section_last
= preserve->
section_last
;
section.c
614
. (ABFD)->
section_last
= _prev; \
623
. if (_abfd->
section_last
) \
625
. _s->prev = _abfd->
section_last
; \
626
. _abfd->
section_last
->next = _s; \
633
. _abfd->
section_last
= _s; \
650
. _abfd->
section_last
= _s; \
667
. (ABFD)->
section_last
= _s; \
686
. ((S)->next == NULL ? (ABFD)->
section_last
!= (S) : (S)->next->prev != (S))
858
abfd->
section_last
= NULL;
[
all
...]
bfd-in2.h
6453
struct bfd_section *
section_last
;
member in struct:bfd
[
all
...]
bfd.c
222
. struct bfd_section *
section_last
;
[
all
...]
opncls.c
143
abfd->
section_last
= NULL;
[
all
...]
coffcode.h
[
all
...]
ChangeLog-2005
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info
522
struct bfd_section *
section_last
;
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
ldlang.c
[
all
...]
Completed in 1489 milliseconds