OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookup_funcinfo_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
dwarf2.c
409
struct lookup_funcinfo *
lookup_funcinfo_table
;
member in struct:comp_unit
3241
struct lookup_funcinfo *
lookup_funcinfo_table
= unit->
lookup_funcinfo_table
;
local
3249
if (
lookup_funcinfo_table
|| number_of_functions == 0)
3253
lookup_funcinfo_table
= (struct lookup_funcinfo *)
3255
if (
lookup_funcinfo_table
== NULL)
3262
entry = &
lookup_funcinfo_table
[--func_index];
3285
qsort (
lookup_funcinfo_table
,
3291
high_addr =
lookup_funcinfo_table
[0].high_addr;
3294
entry = &
lookup_funcinfo_table
[func_index]
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c
409
struct lookup_funcinfo *
lookup_funcinfo_table
;
member in struct:comp_unit
3241
struct lookup_funcinfo *
lookup_funcinfo_table
= unit->
lookup_funcinfo_table
;
local
3249
if (
lookup_funcinfo_table
|| number_of_functions == 0)
3253
lookup_funcinfo_table
= (struct lookup_funcinfo *)
3255
if (
lookup_funcinfo_table
== NULL)
3262
entry = &
lookup_funcinfo_table
[--func_index];
3285
qsort (
lookup_funcinfo_table
,
3291
high_addr =
lookup_funcinfo_table
[0].high_addr;
3294
entry = &
lookup_funcinfo_table
[func_index]
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
dwarf2.c
409
struct lookup_funcinfo *
lookup_funcinfo_table
;
member in struct:comp_unit
3241
struct lookup_funcinfo *
lookup_funcinfo_table
= unit->
lookup_funcinfo_table
;
local
3249
if (
lookup_funcinfo_table
|| number_of_functions == 0)
3253
lookup_funcinfo_table
= (struct lookup_funcinfo *)
3255
if (
lookup_funcinfo_table
== NULL)
3262
entry = &
lookup_funcinfo_table
[--func_index];
3285
qsort (
lookup_funcinfo_table
,
3291
high_addr =
lookup_funcinfo_table
[0].high_addr;
3294
entry = &
lookup_funcinfo_table
[func_index]
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c
412
struct lookup_funcinfo *
lookup_funcinfo_table
;
member in struct:comp_unit
3234
struct lookup_funcinfo *
lookup_funcinfo_table
= unit->
lookup_funcinfo_table
;
local
3242
if (
lookup_funcinfo_table
|| number_of_functions == 0)
3246
lookup_funcinfo_table
= (struct lookup_funcinfo *)
3248
if (
lookup_funcinfo_table
== NULL)
3255
entry = &
lookup_funcinfo_table
[--func_index];
3278
qsort (
lookup_funcinfo_table
,
3284
high_addr =
lookup_funcinfo_table
[0].high_addr;
3287
entry = &
lookup_funcinfo_table
[func_index]
[
all
...]
Completed in 41 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026