OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addrmap
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
addrmap.h
0
/*
addrmap
.h --- interface to address map data structure.
46
struct
addrmap
struct
71
~
addrmap
() = default;
84
struct addrmap_fixed final : public
addrmap
,
92
/* It's fine to use the default move operators, because this
addrmap
125
struct addrmap_mutable final : public
addrmap
220
/* Dump the
addrmap
to OUTFILE. If PAYLOAD is non-NULL, only dump any
225
void addrmap_dump (struct
addrmap
*map, struct ui_file *outfile,
/src/external/gpl3/gdb/dist/gdb/
addrmap.h
0
/*
addrmap
.h --- interface to address map data structure.
46
struct
addrmap
struct
67
~
addrmap
() = default;
80
struct addrmap_fixed final : public
addrmap
,
88
/* It's fine to use the default move operators, because this
addrmap
122
struct addrmap_mutable final : public
addrmap
192
/* Clear this
addrmap
. */
229
/* Dump the
addrmap
to OUTFILE. If PAYLOAD is non-NULL, only dump any
234
void addrmap_dump (struct
addrmap
*map, struct ui_file *outfile,
/src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c
147
std::vector<const
addrmap
*>
152
std::vector<const
addrmap
*> result;
278
std::vector<const
addrmap
*> addrmaps = this->get_addrmaps ();
281
const
addrmap
*
addrmap
= addrmaps[i];
local
283
gdb_printf (" [%zu] ((
addrmap
*) %p)\n", i,
addrmap
);
286
if (
addrmap
== nullptr)
289
addrmap
->foreach ([arch] (CORE_ADDR start_addr, const void *obj)
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c
703
std::vector<const
addrmap
*>
708
std::vector<const
addrmap
*> result;
834
std::vector<const
addrmap
*> addrmaps = this->get_addrmaps ();
837
const
addrmap
&
addrmap
= *addrmaps[i];
local
839
gdb_printf (" [%zu] ((
addrmap
*) %p)\n", i, &
addrmap
);
842
addrmap
.foreach ([arch] (CORE_ADDR start_addr, const void *obj)
read-debug-names.c
762
addrmap_mutable
addrmap
;
local
765
&
addrmap
, &warnings);
769
map.shard->install_addrmap (&
addrmap
);
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
7379
IPAddressMACMapping *
addrmap
= (IPAddressMACMapping *)context ;
local
7382
if (!
addrmap
)
7396
if (mDNSSameAddress(&raddr, &
addrmap
->ipaddr))
7400
mDNSu8 *ptr = GetValueForMACAddr((mDNSu8 *)(
addrmap
->ethaddr), (mDNSu8 *) (
addrmap
->ethaddr + sizeof(
addrmap
->ethaddr)), &macAddr);
7403
UpdateKeepaliveRData(m, rr, mDNSNULL, mDNStrue, (char *)(
addrmap
->ethaddr));
7410
if (
addrmap
)
7411
mDNSPlatformMemFree(
addrmap
);
Completed in 55 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026