Searched refs:other_byte_order (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libdw/ |
D | memory-access.h | 201 (unlikely ((Dbg)->other_byte_order) \ 205 (unlikely ((Dbg)->other_byte_order) \ 212 (unlikely ((Dbg)->other_byte_order) \ 216 (unlikely ((Dbg)->other_byte_order) \ 223 (unlikely ((Dbg)->other_byte_order) \ 227 (unlikely ((Dbg)->other_byte_order) \ 245 read_2ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 247 read_2sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 249 read_4ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 251 read_4sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) [all …]
|
D | dwarf_getcfi.c | 65 cfi->other_byte_order = dbg->other_byte_order; in dwarf_getcfi()
|
D | cfi.h | 114 bool other_byte_order; member 227 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_frame_register.c | 108 fs->cache->other_byte_order, in dwarf_frame_register()
|
D | dwarf_getlocation.c | 234 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, in __libdw_intern_expression() argument 268 const struct { bool other_byte_order; } bo = { other_byte_order }; in __libdw_intern_expression() member 655 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order, in getlocation()
|
D | encoded-value.h | 90 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
|
D | dwarf_getcfi_elf.c | 65 cfi->other_byte_order = true; in allocate_cfi()
|
D | dwarf_begin_elf.c | 428 result->other_byte_order = true; in dwarf_begin_elf()
|
D | libdwP.h | 165 bool other_byte_order; member 787 bool other_byte_order,
|
D | ChangeLog | 2602 (read_2ubyte_unaligned): Define as macro passing dbg->other_byte_order.
|
/external/elfutils/tests/ |
D | read_unaligned.c | 354 Dwarf dbg_le = { .other_byte_order = !is_le }; in main() 355 Dwarf dbg_be = { .other_byte_order = is_le }; in main()
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
|
/external/elfutils/src/ |
D | readelf.c | 10886 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section() 11179 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()
|