Searched refs:other_byte_order (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/libdw/ |
D | memory-access.h | 132 (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, (Addr)) [all …]
|
D | dwarf_getcfi.c | 60 cfi->other_byte_order = dbg->other_byte_order; in dwarf_getcfi()
|
D | cfi.h | 112 bool other_byte_order; member 225 const struct { bool other_byte_order; } var = \
|
D | dwarf_frame_cfa.c | 61 (NULL, fs->cache->other_byte_order, in dwarf_frame_cfa()
|
D | dwarf_getlocation.c | 201 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, in __libdw_intern_expression() argument 235 const struct { bool other_byte_order; } bo = { other_byte_order }; in __libdw_intern_expression() member 600 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order, in getlocation()
|
D | dwarf_frame_register.c | 108 fs->cache->other_byte_order, in dwarf_frame_register()
|
D | encoded-value.h | 89 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
|
D | libdwP.h | 151 bool other_byte_order; member 562 bool other_byte_order,
|
D | dwarf_begin_elf.c | 324 result->other_byte_order = true; in dwarf_begin_elf()
|
D | dwarf_getcfi_elf.c | 63 cfi->other_byte_order = true; in allocate_cfi()
|
D | ChangeLog | 1512 (read_2ubyte_unaligned): Define as macro passing dbg->other_byte_order.
|
/external/elfutils/src/ |
D | readelf.c | 8063 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section() 8306 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()
|