OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_4sbyte_unaligned
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libcpu/
memory-access.h
65
# define
read_4sbyte_unaligned
(Addr) \
macro
124
read_4sbyte_unaligned
(const void *p)
function
166
({ int32_t t_ =
read_4sbyte_unaligned
(Addr); \
/external/elfutils/libdw/
memory-access.h
162
# define
read_4sbyte_unaligned
(Dbg, Addr) \
macro
221
read_4sbyte_unaligned
(Dwarf *dbg, const void *p)
function
263
({ int32_t t_ =
read_4sbyte_unaligned
(Dbg, Addr); \
Completed in 23 milliseconds