OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blockvector
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/python/
py-symtab.c
230
const struct
blockvector
*
blockvector
;
local
234
blockvector
= symtab->compunit ()->
blockvector
();
235
const struct block *block =
blockvector
->global_block ();
246
const struct
blockvector
*
blockvector
;
local
250
blockvector
= symtab->compunit ()->
blockvector
();
251
const struct block *block =
blockvector
->static_block ()
[
all
...]
/src/external/gpl3/gdb/dist/gdb/python/
py-symtab.c
186
const struct
blockvector
*
blockvector
;
local
190
blockvector
= symtab->compunit ()->
blockvector
();
191
const struct block *block =
blockvector
->global_block ();
202
const struct
blockvector
*
blockvector
;
local
206
blockvector
= symtab->compunit ()->
blockvector
();
207
const struct block *block =
blockvector
->static_block ()
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/guile/
scm-symtab.c
363
const struct
blockvector
*
blockvector
;
365
blockvector
= symtab->compunit ()->
blockvector
();
366
const struct block *block =
blockvector
->global_block ();
380
const struct
blockvector
*
blockvector
;
382
blockvector
= symtab->compunit ()->
blockvector
();
383
const struct block *block =
blockvector
->static_block ()
361
const struct
blockvector
*
blockvector
;
local
378
const struct
blockvector
*
blockvector
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
block.h
85
All of these objects are pointed to by the
blockvector
.
90
The
blockvector
begins with some special blocks.
102
The blocks appear in the
blockvector
417
struct
blockvector
struct
419
/* Return a view on the blocks of this
blockvector
. */
444
/* Set the number of blocks of this
blockvector
.
451
/* Return the number of blocks in this
blockvector
. */
455
/* Return the global block of this
blockvector
. */
466
/* Return the static block of this
blockvector
. */
474
/* Return the address -> block map of this
blockvector
. *
[
all
...]
buildsym.c
43
This is used at the end to make the
blockvector
. */
419
struct
blockvector
*
423
struct
blockvector
*
blockvector
;
local
432
blockvector
= (struct
blockvector
*)
434
(sizeof (struct
blockvector
)
437
/* Copy the blocks into the
blockvector
. This is done in reverse
443
blockvector
->set_num_blocks (i);
445
blockvector
->set_block (--i, next->block)
854
struct
blockvector
*
blockvector
;
local
1090
struct
blockvector
*
blockvector
= cust->
blockvector
();
local
[
all
...]
symtab.h
50
struct
blockvector
;
1801
/* Compunit symtabs contain the actual "symbol table", aka
blockvector
, as well
1897
struct
blockvector
*
blockvector
()
1902
const struct
blockvector
*
blockvector
() const
1907
void set_blockvector (struct
blockvector
*
blockvector
)
1909
m_blockvector =
blockvector
;
2007
struct
blockvector
*m_blockvector
1895
struct
blockvector
*
blockvector
()
function in struct:compunit_symtab
1900
const struct
blockvector
*
blockvector
() const
function in struct:compunit_symtab
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
block.h
85
All of these objects are pointed to by the
blockvector
.
90
The
blockvector
begins with some special blocks.
102
The blocks appear in the
blockvector
417
struct
blockvector
struct
419
/* Return a view on the blocks of this
blockvector
. */
444
/* Set the number of blocks of this
blockvector
.
451
/* Return the number of blocks in this
blockvector
. */
455
/* Return the global block of this
blockvector
. */
466
/* Return the static block of this
blockvector
. */
474
/* Return the address -> block map of this
blockvector
. *
[
all
...]
buildsym.c
43
This is used at the end to make the
blockvector
. */
419
struct
blockvector
*
423
struct
blockvector
*
blockvector
;
local
432
blockvector
= (struct
blockvector
*)
434
(sizeof (struct
blockvector
)
437
/* Copy the blocks into the
blockvector
. This is done in reverse
443
blockvector
->set_num_blocks (i);
445
blockvector
->set_block (--i, next->block)
854
struct
blockvector
*
blockvector
;
local
1090
struct
blockvector
*
blockvector
= cust->
blockvector
();
local
[
all
...]
symtab.h
49
struct
blockvector
;
1800
/* Compunit symtabs contain the actual "symbol table", aka
blockvector
, as well
1896
struct
blockvector
*
blockvector
()
1901
const struct
blockvector
*
blockvector
() const
1906
void set_blockvector (struct
blockvector
*
blockvector
)
1908
m_blockvector =
blockvector
;
2006
struct
blockvector
*m_blockvector
1894
struct
blockvector
*
blockvector
()
function in struct:compunit_symtab
1899
const struct
blockvector
*
blockvector
() const
function in struct:compunit_symtab
[
all
...]
/src/external/gpl3/gdb/dist/gdb/guile/
scm-symtab.c
363
const struct
blockvector
*
blockvector
;
365
blockvector
= symtab->compunit ()->
blockvector
();
366
const struct block *block =
blockvector
->global_block ();
380
const struct
blockvector
*
blockvector
;
382
blockvector
= symtab->compunit ()->
blockvector
();
383
const struct block *block =
blockvector
->static_block ()
361
const struct
blockvector
*
blockvector
;
local
378
const struct
blockvector
*
blockvector
;
local
[
all
...]
Completed in 68 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026