OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lib_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-spu.c
3739
unsigned int i,
lib_count
;
local
3745
lib_count
= 0;
3758
lib_count
+= 1;
3760
lib_sections = bfd_malloc (
lib_count
* 2 * sizeof (*lib_sections));
3768
lib_count
= (collect_lib_param.lib_sections - lib_sections) / 2;
3771
if (
lib_count
> 1)
3772
qsort (lib_sections,
lib_count
, 2 * sizeof (*lib_sections), sort_lib);
3775
for (i = 0; i <
lib_count
; i++)
3860
for (i = 0; i < 2 *
lib_count
; i++)
/src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c
3739
unsigned int i,
lib_count
;
local
3745
lib_count
= 0;
3758
lib_count
+= 1;
3760
lib_sections = bfd_malloc (
lib_count
* 2 * sizeof (*lib_sections));
3768
lib_count
= (collect_lib_param.lib_sections - lib_sections) / 2;
3771
if (
lib_count
> 1)
3772
qsort (lib_sections,
lib_count
, 2 * sizeof (*lib_sections), sort_lib);
3775
for (i = 0; i <
lib_count
; i++)
3860
for (i = 0; i < 2 *
lib_count
; i++)
/src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c
3735
unsigned int i,
lib_count
;
local
3741
lib_count
= 0;
3754
lib_count
+= 1;
3756
lib_sections = bfd_malloc (
lib_count
* 2 * sizeof (*lib_sections));
3764
lib_count
= (collect_lib_param.lib_sections - lib_sections) / 2;
3767
if (
lib_count
> 1)
3768
qsort (lib_sections,
lib_count
, 2 * sizeof (*lib_sections), sort_lib);
3771
for (i = 0; i <
lib_count
; i++)
3856
for (i = 0; i < 2 *
lib_count
; i++)
/src/external/gpl3/gdb/dist/bfd/
elf32-spu.c
3739
unsigned int i,
lib_count
;
local
3745
lib_count
= 0;
3758
lib_count
+= 1;
3760
lib_sections = bfd_malloc (
lib_count
* 2 * sizeof (*lib_sections));
3768
lib_count
= (collect_lib_param.lib_sections - lib_sections) / 2;
3771
if (
lib_count
> 1)
3772
qsort (lib_sections,
lib_count
, 2 * sizeof (*lib_sections), sort_lib);
3775
for (i = 0; i <
lib_count
; i++)
3860
for (i = 0; i < 2 *
lib_count
; i++)
Completed in 24 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026