OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:group_sec
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-spu.c
3509
asection *
group_sec
= elf_section_data (fun->sec)->next_in_group;
local
3510
if (
group_sec
== NULL)
3513
while (
group_sec
!= NULL &&
group_sec
!= fun->sec)
3515
if (strcmp (
group_sec
->name, name) == 0)
3517
rodata =
group_sec
;
3520
group_sec
= elf_section_data (
group_sec
)->next_in_group;
elflink.c
14176
asection *
group_sec
, *eh_frame, *sframe;
14181
group_sec
= elf_section_data (sec)->next_in_group;
14182
if (
group_sec
&& !
group_sec
->gc_mark)
14183
if (!_bfd_elf_gc_mark (info,
group_sec
, gc_mark_hook))
14162
asection *
group_sec
, *eh_frame, *sframe;
local
/src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c
3509
asection *
group_sec
= elf_section_data (fun->sec)->next_in_group;
local
3510
if (
group_sec
== NULL)
3513
while (
group_sec
!= NULL &&
group_sec
!= fun->sec)
3515
if (strcmp (
group_sec
->name, name) == 0)
3517
rodata =
group_sec
;
3520
group_sec
= elf_section_data (
group_sec
)->next_in_group;
elflink.c
14164
asection *
group_sec
, *eh_frame;
14169
group_sec
= elf_section_data (sec)->next_in_group;
14170
if (
group_sec
&& !
group_sec
->gc_mark)
14171
if (!_bfd_elf_gc_mark (info,
group_sec
, gc_mark_hook))
14150
asection *
group_sec
, *eh_frame;
local
/src/external/gpl3/gdb/dist/bfd/
elf32-spu.c
3505
asection *
group_sec
= elf_section_data (fun->sec)->next_in_group;
local
3506
if (
group_sec
== NULL)
3509
while (
group_sec
!= NULL &&
group_sec
!= fun->sec)
3511
if (strcmp (
group_sec
->name, name) == 0)
3513
rodata =
group_sec
;
3516
group_sec
= elf_section_data (
group_sec
)->next_in_group;
elflink.c
14144
asection *
group_sec
, *eh_frame;
14149
group_sec
= elf_section_data (sec)->next_in_group;
14150
if (
group_sec
&& !
group_sec
->gc_mark)
14151
if (!_bfd_elf_gc_mark (info,
group_sec
, gc_mark_hook))
14130
asection *
group_sec
, *eh_frame;
local
/src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c
3509
asection *
group_sec
= elf_section_data (fun->sec)->next_in_group;
local
3510
if (
group_sec
== NULL)
3513
while (
group_sec
!= NULL &&
group_sec
!= fun->sec)
3515
if (strcmp (
group_sec
->name, name) == 0)
3517
rodata =
group_sec
;
3520
group_sec
= elf_section_data (
group_sec
)->next_in_group;
elflink.c
14122
asection *
group_sec
, *eh_frame;
14127
group_sec
= elf_section_data (sec)->next_in_group;
14128
if (
group_sec
&& !
group_sec
->gc_mark)
14129
if (!_bfd_elf_gc_mark (info,
group_sec
, gc_mark_hook))
14108
asection *
group_sec
, *eh_frame;
local
Completed in 79 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026