Home
last modified time | relevance | path

Searched refs:other_byte_order (Results 1 - 13 of 13) sorted by relevance

/third_party/elfutils/libdw/
H A 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, (Add
257 read_2ubyte_unaligned_1(bool other_byte_order, const void *p) read_2ubyte_unaligned_1() argument
265 read_2sbyte_unaligned_1(bool other_byte_order, const void *p) read_2sbyte_unaligned_1() argument
280 read_4ubyte_unaligned_1(bool other_byte_order, const void *p) read_4ubyte_unaligned_1() argument
288 read_4sbyte_unaligned_1(bool other_byte_order, const void *p) read_4sbyte_unaligned_1() argument
303 read_8ubyte_unaligned_1(bool other_byte_order, const void *p) read_8ubyte_unaligned_1() argument
311 read_8sbyte_unaligned_1(bool other_byte_order, const void *p) read_8sbyte_unaligned_1() argument
355 file_byte_order(bool other_byte_order) file_byte_order() argument
372 bool other_byte_order = dbg->other_byte_order; read_3ubyte_unaligned() local
[all...]
H A Ddwarf_getcfi.c65 cfi->other_byte_order = dbg->other_byte_order; in dwarf_getcfi()
H A Dcfi.h114 bool other_byte_order; member
227 const struct { bool other_byte_order; } var = \
H A Ddwarf_frame_cfa.c61 (NULL, fs->cache->other_byte_order, in dwarf_frame_cfa()
H A Ddwarf_frame_register.c108 fs->cache->other_byte_order, in dwarf_frame_register()
H A 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()
H A Dencoded-value.h90 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
H A Ddwarf_getcfi_elf.c65 cfi->other_byte_order = true; in allocate_cfi()
H A DlibdwP.h173 bool other_byte_order; member
800 bool other_byte_order,
H A Ddwarf_begin_elf.c521 result->other_byte_order = true; in dwarf_begin_elf()
/third_party/elfutils/tests/
H A 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/
H A Deblobjnote.c249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
/third_party/elfutils/src/
H A Dreadelf.c11141 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section()
11434 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()

Completed in 23 milliseconds