OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a8_reloc_table_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-arm.c
6392
unsigned int num_a8_relocs = 0,
a8_reloc_table_size
= 10, i;
local
6402
bfd_zmalloc (sizeof (struct a8_erratum_reloc) *
a8_reloc_table_size
);
6777
if (num_a8_relocs ==
a8_reloc_table_size
)
6779
a8_reloc_table_size
*= 2;
6783
*
a8_reloc_table_size
);
/src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c
6465
unsigned int num_a8_relocs = 0,
a8_reloc_table_size
= 10, i;
local
6475
bfd_zmalloc (sizeof (struct a8_erratum_reloc) *
a8_reloc_table_size
);
6851
if (num_a8_relocs ==
a8_reloc_table_size
)
6853
a8_reloc_table_size
*= 2;
6857
*
a8_reloc_table_size
);
/src/external/gpl3/gdb/dist/bfd/
elf32-arm.c
6461
unsigned int num_a8_relocs = 0,
a8_reloc_table_size
= 10, i;
local
6471
bfd_zmalloc (sizeof (struct a8_erratum_reloc) *
a8_reloc_table_size
);
6847
if (num_a8_relocs ==
a8_reloc_table_size
)
6849
a8_reloc_table_size
*= 2;
6853
*
a8_reloc_table_size
);
/src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c
6442
unsigned int num_a8_relocs = 0,
a8_reloc_table_size
= 10, i;
local
6452
bfd_zmalloc (sizeof (struct a8_erratum_reloc) *
a8_reloc_table_size
);
6828
if (num_a8_relocs ==
a8_reloc_table_size
)
6830
a8_reloc_table_size
*= 2;
6834
*
a8_reloc_table_size
);
Completed in 74 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026