OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CORE_ADDR
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
common-types.h
29
typedef uint64_t
CORE_ADDR
;
31
/* Like a
CORE_ADDR
, but not directly convertible. This is used to
32
represent an unrelocated
CORE_ADDR
. DEFINE_OFFSET_TYPE is not used
35
enum class unrelocated_addr :
CORE_ADDR
{ };
37
/* LONGEST must be at least as big as
CORE_ADDR
. */
42
/* * The largest
CORE_ADDR
value. */
43
#define CORE_ADDR_MAX (~(
CORE_ADDR
) 0)
/src/external/gpl3/gdb/dist/gdbsupport/
common-types.h
29
typedef uint64_t
CORE_ADDR
;
31
/* Like a
CORE_ADDR
, but not directly convertible. This is used to
32
represent an unrelocated
CORE_ADDR
. DEFINE_OFFSET_TYPE is not used
35
enum class unrelocated_addr :
CORE_ADDR
{ };
37
/* LONGEST must be at least as big as
CORE_ADDR
. */
42
/* * The largest
CORE_ADDR
value. */
43
#define CORE_ADDR_MAX (~(
CORE_ADDR
) 0)
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
meth-typedefs.cc
26
typedef unsigned long
CORE_ADDR
;
57
foo (
CORE_ADDR
(*) [10]) { } // A::FOO::foo(
CORE_ADDR
(*) [10])
65
void test (
CORE_ADDR
(*) [10]) { } // A::FOO::test(
CORE_ADDR
(*) [10])
136
my_foo.test (static_cast<
CORE_ADDR
(*) [10]> (0));
152
A::foo f (static_cast<
CORE_ADDR
(*) [10]> (0));
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
meth-typedefs.cc
26
typedef unsigned long
CORE_ADDR
;
57
foo (
CORE_ADDR
(*) [10]) { } // A::FOO::foo(
CORE_ADDR
(*) [10])
65
void test (
CORE_ADDR
(*) [10]) { } // A::FOO::test(
CORE_ADDR
(*) [10])
136
my_foo.test (static_cast<
CORE_ADDR
(*) [10]> (0));
152
A::foo f (static_cast<
CORE_ADDR
(*) [10]> (0));
/src/external/gpl3/binutils/dist/opcodes/
hppa-dis.c
50
typedef unsigned int
CORE_ADDR
;
/src/external/gpl3/binutils.old/dist/opcodes/
hppa-dis.c
50
typedef unsigned int
CORE_ADDR
;
/src/external/gpl3/gdb.old/dist/opcodes/
hppa-dis.c
50
typedef unsigned int
CORE_ADDR
;
/src/external/gpl3/gdb.old/dist/gdb/arch/
arm.h
113
enum system_register_address :
CORE_ADDR
188
((
CORE_ADDR
) (((unsigned long) (addr)) + 8 + (sbits (instr, 0, 23) << 2)))
/src/external/gpl3/gdb/dist/gdb/
amd64-linux-tdep.c
151
static
CORE_ADDR
156
CORE_ADDR
pc = get_frame_pc (this_frame);
196
CORE_ADDR
pc = get_frame_pc (this_frame);
219
static
CORE_ADDR
224
CORE_ADDR
sp;
311
amd64_linux_write_pc (struct regcache *regcache,
CORE_ADDR
pc)
1505
CORE_ADDR
addr;
1747
amd64_dtrace_probe_is_enabled (struct gdbarch *gdbarch,
CORE_ADDR
addr)
1767
amd64_dtrace_enable_probe (struct gdbarch *gdbarch,
CORE_ADDR
addr)
1779
amd64_dtrace_disable_probe (struct gdbarch *gdbarch,
CORE_ADDR
addr
[
all
...]
linespec.c
157
bool maybe_add_address (program_space *pspace,
CORE_ADDR
addr)
199
using address_entry = std::pair<::program_space *,
CORE_ADDR
>;
373
CORE_ADDR
linespec_expression_to_pc (const char **exp_ptr);
2171
CORE_ADDR
address)
2235
const
CORE_ADDR
addr
2243
CORE_ADDR
msym_addr = elem.value_address ();
3059
CORE_ADDR
addr;
3247
/* Evaluate the expression pointed to by EXP_PTR into a
CORE_ADDR
,
3250
CORE_ADDR
3998
std::vector<
CORE_ADDR
> pcs
[
all
...]
solib-svr4.c
186
svr4_solib_ops::read_lm_info (
CORE_ADDR
lm_addr,
CORE_ADDR
debug_base) const
226
CORE_ADDR
234
CORE_ADDR
l_addr, l_dynaddr, dynaddr;
251
CORE_ADDR
align = 0x1000;
252
CORE_ADDR
minpagesize = align;
350
CORE_ADDR
default_debug_base = 0;
356
CORE_ADDR
debug_loader_offset = 0;
362
CORE_ADDR
main_lm_addr = 0;
364
CORE_ADDR
interp_text_sect_low = 0
[
all
...]
aarch64-linux-tdep.c
221
CORE_ADDR
sp = 0;
223
CORE_ADDR
sigcontext_address = 0;
225
CORE_ADDR
section = 0;
226
CORE_ADDR
section_end = 0;
230
CORE_ADDR
gpr_section = 0;
232
CORE_ADDR
fpsimd_section = 0;
234
CORE_ADDR
sve_section = 0;
236
CORE_ADDR
za_section = 0;
238
CORE_ADDR
tpidr2_section = 0;
240
CORE_ADDR
zt_section = 0
[
all
...]
/src/external/gpl3/gdb/dist/gdb/arch/
arm.h
113
enum system_register_address :
CORE_ADDR
188
((
CORE_ADDR
) (((unsigned long) (addr)) + 8 + (sbits (instr, 0, 23) << 2)))
/src/external/gpl3/gdb/dist/opcodes/
hppa-dis.c
50
typedef unsigned int
CORE_ADDR
;
/src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c
202
lm_info_read (
CORE_ADDR
lm_addr)
242
static
CORE_ADDR
250
CORE_ADDR
l_addr, l_dynaddr, dynaddr;
267
CORE_ADDR
align = 0x1000;
268
CORE_ADDR
minpagesize = align;
363
CORE_ADDR
debug_base = 0;
369
CORE_ADDR
debug_loader_offset = 0;
375
CORE_ADDR
main_lm_addr = 0;
377
CORE_ADDR
interp_text_sect_low = 0;
378
CORE_ADDR
interp_text_sect_high = 0
[
all
...]
Completed in 85 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026