OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_addr
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/acpitools/aml/
aml_region.c
318
vm_offset_t
from_addr
, from_vaddr;
local
337
from_addr
= addr + bitoffset / 8;
343
OsdMapMemory((void *)
from_addr
, len, (void **)&from_vaddr);
/src/external/gpl3/binutils/dist/gas/
write.c
2246
addressT
from_addr
, to_addr;
local
2265
from_addr
= table_addr;
2267
md_create_short_jump (table_ptr,
from_addr
, to_addr, lie->dispfrag,
2299
from_addr
= table_addr;
2301
md_create_long_jump (table_ptr,
from_addr
, to_addr, lie->dispfrag,
/src/external/gpl3/binutils.old/dist/gas/
write.c
2244
addressT
from_addr
, to_addr;
local
2263
from_addr
= table_addr;
2265
md_create_short_jump (table_ptr,
from_addr
, to_addr, lie->dispfrag,
2297
from_addr
= table_addr;
2299
md_create_long_jump (table_ptr,
from_addr
, to_addr, lie->dispfrag,
/src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc
2662
int
from_addr
= INSN_ADDRESSES (INSN_UID (insn));
2664
int delta = to_addr -
from_addr
;
2656
int
from_addr
= INSN_ADDRESSES (INSN_UID (insn));
local
/src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc
2463
int
from_addr
= INSN_ADDRESSES (INSN_UID (insn));
2465
int delta = to_addr -
from_addr
;
2457
int
from_addr
= INSN_ADDRESSES (INSN_UID (insn));
local
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
425
/* Check that
from_addr
has the argument list (). */
451
tree
from_addr
= lookup_member (handle_type, coro_from_address_identifier, 1,
local
453
if (!
from_addr
||
from_addr
== error_mark_node)
459
if (!BASELINK_P (
from_addr
)
460
|| TREE_CODE (TREE_TYPE (
from_addr
)) != FUNCTION_TYPE)
462
error_at (kw, "%qE must be a non-overloaded static function",
from_addr
);
466
tree fn_t = TREE_TYPE (
from_addr
);
468
/* Check that
from_addr
has the argument list (void*). */
473
error_at (kw, "%qE must take a single %qT",
from_addr
, ptr_type_node)
[
all
...]
Completed in 39 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026