Home
last modified time | relevance | path

Searched refs:other_byte_order (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libdw/
Dmemory-access.h200 (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 …]
Ddwarf_getcfi.c65 cfi->other_byte_order = dbg->other_byte_order; in dwarf_getcfi()
Dcfi.h114 bool other_byte_order; member
227 const struct { bool other_byte_order; } var = \
Ddwarf_frame_cfa.c61 (NULL, fs->cache->other_byte_order, in dwarf_frame_cfa()
Ddwarf_getlocation.c254 __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()
Ddwarf_frame_register.c108 fs->cache->other_byte_order, in dwarf_frame_register()
Dencoded-value.h90 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
Ddwarf_getcfi_elf.c65 cfi->other_byte_order = true; in allocate_cfi()
DlibdwP.h173 bool other_byte_order; member
800 bool other_byte_order,
Ddwarf_begin_elf.c521 result->other_byte_order = true; in dwarf_begin_elf()
DChangeLog2737 (read_2ubyte_unaligned): Define as macro passing dbg->other_byte_order.
/third_party/elfutils/tests/
Dread_unaligned.c354 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/
Deblobjnote.c249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
/third_party/elfutils/src/
Dreadelf.c11140 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()