Searched refs:other_byte_order (Results 1 – 14 of 14) sorted by relevance
/third_party/elfutils/libdw/ |
D | memory-access.h | 200 (unlikely ((Dbg)->other_byte_order) \ 204 (unlikely ((Dbg)->other_byte_order) \ 211 (unlikely ((Dbg)->other_byte_order) \ 215 (unlikely ((Dbg)->other_byte_order) \ 222 (unlikely ((Dbg)->other_byte_order) \ 226 (unlikely ((Dbg)->other_byte_order) \ 244 read_2ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 246 read_2sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 248 read_4ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr)) 250 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_getlocation.c | 254 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, in __libdw_intern_expression() argument 288 const struct { bool other_byte_order; } bo = { other_byte_order }; in __libdw_intern_expression() member 675 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 | 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 | libdwP.h | 173 bool other_byte_order; member 800 bool other_byte_order,
|
D | dwarf_begin_elf.c | 521 result->other_byte_order = true; in dwarf_begin_elf()
|
D | ChangeLog | 2737 (read_2ubyte_unaligned): Define as macro passing dbg->other_byte_order.
|
/third_party/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()
|
/third_party/elfutils/libebl/ |
D | eblobjnote.c | 249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
|
/third_party/elfutils/src/ |
D | readelf.c | 11140 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section() 11433 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()
|