OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cache_ovly_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
symfile.c
3427
static unsigned (*
cache_ovly_table
)[4] = 0;
3440
xfree (
cache_ovly_table
);
3442
cache_ovly_table
= NULL;
3499
cache_ovly_table
3500
= (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*
cache_ovly_table
));
3503
(unsigned int *)
cache_ovly_table
,
3527
if (
cache_ovly_table
[i][VMA] == bfd_section_vma (bsect)
3528
&&
cache_ovly_table
[i][LMA] == bfd_section_lma (bsect))
3531
(unsigned int *)
cache_ovly_table
[i],
3533
if (
cache_ovly_table
[i][VMA] == bfd_section_vma (bsect
3420
static unsigned (*
cache_ovly_table
)[4] = 0;
variable
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
symfile.c
3427
static unsigned (*
cache_ovly_table
)[4] = 0;
3440
xfree (
cache_ovly_table
);
3442
cache_ovly_table
= NULL;
3499
cache_ovly_table
3500
= (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*
cache_ovly_table
));
3503
(unsigned int *)
cache_ovly_table
,
3527
if (
cache_ovly_table
[i][VMA] == bfd_section_vma (bsect)
3528
&&
cache_ovly_table
[i][LMA] == bfd_section_lma (bsect))
3531
(unsigned int *)
cache_ovly_table
[i],
3533
if (
cache_ovly_table
[i][VMA] == bfd_section_vma (bsect
3420
static unsigned (*
cache_ovly_table
)[4] = 0;
variable
[
all
...]
Completed in 59 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026