OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objfile
(Results
1 - 25
of
629
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb/dist/gdb/
ctfread.h
23
extern void elfctf_build_psymtabs (struct
objfile
*
objfile
);
quick-symbol.h
85
/* Return true if this
objfile
has any "partial" symbols
87
virtual bool has_symbols (struct
objfile
*
objfile
) = 0;
89
/* Return true if
OBJFILE
has any unexpanded symtabs. A return value of
92
or it might been that
OBJFILE
has no debug information. */
93
virtual bool has_unexpanded_symtabs (struct
objfile
*
objfile
) = 0;
96
OBJFILE
. */
97
virtual struct symtab *find_last_source_symtab (struct
objfile
*
objfile
) = 0
[
all
...]
dbxread.c
69
static void dbx_symfile_init (struct
objfile
*);
71
static void dbx_new_init (struct
objfile
*);
73
static void dbx_symfile_read (struct
objfile
*, symfile_add_flags);
75
static void dbx_symfile_finish (struct
objfile
*);
100
hung off the
objfile
structure. */
103
dbx_symfile_read (struct
objfile
*
objfile
, symfile_add_flags symfile_flags)
105
read_stabs_symtab (
objfile
, symfile_flags);
113
dbx_new_init (struct
objfile
*ignore)
122
It is passed a struct
objfile
which contains, among other things
[
all
...]
coff-pe-read.h
26
struct
objfile
;
32
struct
objfile
*
objfile
);
xcoffread.h
22
extern CORE_ADDR xcoff_get_toc_offset (struct
objfile
*);
psymtab.h
47
partial symbols for a given
objfile
.
53
only link from the psymtab storage object back to the
objfile
(or
110
psymtabs in one
objfile
. */
118
/* Each
objfile
points to a linked list of partial symtabs derived from
151
struct obj_section *obj_section (struct
objfile
*
objfile
) const
153
return ginfo.obj_section (
objfile
);
163
the offsets provided in
OBJFILE
. */
164
CORE_ADDR address (const struct
objfile
*
objfile
) cons
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
ctfread.h
23
extern void elfctf_build_psymtabs (struct
objfile
*
objfile
);
quick-symbol.h
80
/* Return true if this
objfile
has any "partial" symbols
82
virtual bool has_symbols (struct
objfile
*
objfile
) = 0;
84
/* Return true if
OBJFILE
has any unexpanded symtabs. A return value of
87
or it might been that
OBJFILE
has no debug information. */
88
virtual bool has_unexpanded_symtabs (struct
objfile
*
objfile
) = 0;
91
OBJFILE
. */
92
virtual struct symtab *find_last_source_symtab (struct
objfile
*
objfile
) = 0
[
all
...]
coff-pe-read.h
26
struct
objfile
;
32
struct
objfile
*
objfile
);
stabsread.h
22
struct
objfile
;
40
#define next_symbol_text(
objfile
) (*next_symbol_text_func)(
objfile
)
44
extern const char *(*next_symbol_text_func) (struct
objfile
*);
66
extern void common_block_start (const char *, struct
objfile
*);
67
extern void common_block_end (struct
objfile
*);
129
/* The table of header_files of this
OBJFILE
. */
130
#define HEADER_FILES(
OBJFILE
) (DBX_SYMFILE_INFO (
OBJFILE
)->header_files)
133
#define N_HEADER_FILES(
OBJFILE
) (DBX_SYMFILE_INFO (OBJFILE)->n_header_files
[
all
...]
xcoffread.h
22
extern CORE_ADDR xcoff_get_toc_offset (struct
objfile
*);
psymtab.h
47
partial symbols for a given
objfile
.
53
only link from the psymtab storage object back to the
objfile
(or
110
psymtabs in one
objfile
. */
118
/* Each
objfile
points to a linked list of partial symtabs derived from
151
struct obj_section *obj_section (struct
objfile
*
objfile
) const
153
return ginfo.obj_section (
objfile
);
163
the offsets provided in
OBJFILE
. */
164
CORE_ADDR address (const struct
objfile
*
objfile
) cons
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
symbol.h
23
struct
objfile
;
25
/* Find a symbol that matches NAME. Limit the search to
OBJFILE
if
26
OBJFILE
is non-NULL and the implementation supports limiting the
30
found. Raise an exception if
OBJFILE
is non-NULL and the
35
struct
objfile
*
objfile
);
/src/external/gpl3/gdb.old/dist/gdbsupport/
symbol.h
23
struct
objfile
;
25
/* Find a symbol that matches NAME. Limit the search to
OBJFILE
if
26
OBJFILE
is non-NULL and the implementation supports limiting the
30
found. Raise an exception if
OBJFILE
is non-NULL and the
35
struct
objfile
*
objfile
);
/src/external/gpl3/gdb/dist/gdbserver/
symbol.cc
26
struct
objfile
*
objfile
)
28
gdb_assert (
objfile
== NULL);
/src/external/gpl3/gdb.old/dist/gdbserver/
symbol.cc
26
struct
objfile
*
objfile
)
28
gdb_assert (
objfile
== NULL);
/src/external/gpl3/gdb/dist/gdb/dwarf2/
public.h
41
(struct
objfile
*,
45
extern void dwarf2_build_frame_info (struct
objfile
*);
section.h
32
S.ASECTION, SIZE are typically initialized when the
objfile
is first
78
OBJFILE
is the main object file, but not necessarily the file where
82
void read (struct
objfile
*
objfile
);
90
bfd_size_type get_size (struct
objfile
*
objfile
)
93
read (
objfile
);
103
const char *read_string (struct
objfile
*
objfile
, LONGEST str_offset,
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
public.h
41
(struct
objfile
*,
45
extern void dwarf2_build_frame_info (struct
objfile
*);
section.h
32
S.ASECTION, SIZE are typically initialized when the
objfile
is first
78
OBJFILE
is the main object file, but not necessarily the file where
82
void read (struct
objfile
*
objfile
);
90
bfd_size_type get_size (struct
objfile
*
objfile
)
93
read (
objfile
);
103
const char *read_string (struct
objfile
*
objfile
, LONGEST str_offset,
/src/external/gpl3/gdb/dist/gdb/python/
python.h
31
/* The "current"
objfile
. This is set when gdb detects that a new
32
objfile
has been loaded. It is only set for the duration of a call to
35
extern struct
objfile
*gdbpy_current_objfile;
/src/external/gpl3/gdb.old/dist/gdb/python/
python.h
31
/* The "current"
objfile
. This is set when gdb detects that a new
32
objfile
has been loaded. It is only set for the duration of a call to
35
extern struct
objfile
*gdbpy_current_objfile;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
print-global-stub.exp
22
set
objfile
[standard_output_file ${testfile}.o]
24
if { [gdb_compile $srcdir/$subdir/$srcfile $
objfile
object \
30
clean_restart $
objfile
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-autoloaded-pretty-printers-in-newobjfile-event.py
28
objfile
= event.new_objfile
32
if libname in os.path.basename(
objfile
.filename):
37
len(
objfile
.pretty_printers) == 1
38
and
objfile
.pretty_printers[0].name == "my_library"
45
print("pretty printer count: {}".format(len(
objfile
.pretty_printers)))
47
for pp in
objfile
.pretty_printers:
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
print-global-stub.exp
22
set
objfile
[standard_output_file ${testfile}.o]
24
if { [gdb_compile $srcdir/$subdir/$srcfile $
objfile
object \
30
clean_restart $
objfile
Completed in 39 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Mar 01 05:31:48 UTC 2026