Searched defs:other_byte_order (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdw/
H A Dmemory-access.h132 (unlikely ((Dbg)->other_byte_order) \
136 (unlikely ((Dbg)->other_byte_order) \
143 (unlikely ((Dbg)->other_byte_order) \
147 (unlikely ((Dbg)->other_byte_order) \
154 (unlikely ((Dbg)->other_byte_order) \
158 (unlikely ((Dbg)->other_byte_order) \
176 read_2ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
178 read_2sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
180 read_4ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
182 read_4sbyte_unaligned_1 ((Dbg)->other_byte_order, (Add
189 read_2ubyte_unaligned_1(bool other_byte_order, const void *p) argument
197 read_2sbyte_unaligned_1(bool other_byte_order, const void *p) argument
212 read_4ubyte_unaligned_1(bool other_byte_order, const void *p) argument
220 read_4sbyte_unaligned_1(bool other_byte_order, const void *p) argument
235 read_8ubyte_unaligned_1(bool other_byte_order, const void *p) argument
243 read_8sbyte_unaligned_1(bool other_byte_order, const void *p) argument
[all...]
H A Dcfi.h112 bool other_byte_order; member in struct:Dwarf_CFI_s
225 const struct { bool other_byte_order; } var = \
H A Ddwarf_getlocation.c201 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, argument
235 const struct { bool other_byte_order; } bo = { other_byte_order }; member in struct:__anon5491
600 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order,
H A DlibdwP.h151 bool other_byte_order; member in struct:Dwarf
562 bool other_byte_order,

Completed in 140 milliseconds