OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csect_cache
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
xcofflink.c
1324
asection **
csect_cache
;
1388
csect_cache
= bfd_zalloc (abfd, amt);
1389
if (
csect_cache
== NULL && symcount != 0)
1391
xcoff_data (abfd)->csects =
csect_cache
;
1479
/* Set
csect_cache
,
1487
*
csect_cache
= csect;
1490
*
csect_cache
= coff_section_from_bfd_index (abfd, sym.n_scnum);
1492
*
csect_cache
= NULL;
1495
csect_cache
+= sym.n_numaux + 1;
2230
*
csect_cache
= section
1318
asection **
csect_cache
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c
1324
asection **
csect_cache
;
1388
csect_cache
= bfd_zalloc (abfd, amt);
1389
if (
csect_cache
== NULL && symcount != 0)
1391
xcoff_data (abfd)->csects =
csect_cache
;
1479
/* Set
csect_cache
,
1487
*
csect_cache
= csect;
1490
*
csect_cache
= coff_section_from_bfd_index (abfd, sym.n_scnum);
1492
*
csect_cache
= NULL;
1495
csect_cache
+= sym.n_numaux + 1;
2230
*
csect_cache
= section
1318
asection **
csect_cache
;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
xcofflink.c
1281
asection **
csect_cache
;
1345
csect_cache
= bfd_zalloc (abfd, amt);
1346
if (
csect_cache
== NULL && symcount != 0)
1348
xcoff_data (abfd)->csects =
csect_cache
;
1436
/* Set
csect_cache
,
1444
*
csect_cache
= csect;
1447
*
csect_cache
= coff_section_from_bfd_index (abfd, sym.n_scnum);
1449
*
csect_cache
= NULL;
1452
csect_cache
+= sym.n_numaux + 1;
2187
*
csect_cache
= section
1275
asection **
csect_cache
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c
1289
asection **
csect_cache
;
1353
csect_cache
= bfd_zalloc (abfd, amt);
1354
if (
csect_cache
== NULL && symcount != 0)
1356
xcoff_data (abfd)->csects =
csect_cache
;
1444
/* Set
csect_cache
,
1452
*
csect_cache
= csect;
1455
*
csect_cache
= coff_section_from_bfd_index (abfd, sym.n_scnum);
1457
*
csect_cache
= NULL;
1460
csect_cache
+= sym.n_numaux + 1;
2195
*
csect_cache
= section
1283
asection **
csect_cache
;
local
[
all
...]
Completed in 98 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026