Searched refs:big_endian (Results 1 - 25 of 33) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dbyteorder.h19 #include <linux/byteorder/big_endian.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dbyteorder.h20 #include <linux/byteorder/big_endian.h>
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dbyteorder.h12 #include <linux/byteorder/big_endian.h>
/external/libunwind/src/aarch64/
H A DGcreate_addr_space.c54 as->big_endian = 0;
56 as->big_endian = 1;
/external/libunwind/src/arm/
H A DGcreate_addr_space.c54 as->big_endian = 0;
56 as->big_endian = 1;
/external/libunwind/src/ia64/
H A DGcreate_addr_space.c58 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
60 as->big_endian = (byte_order == __BIG_ENDIAN);
H A DGinit.c386 local_addr_space.big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
439 assert (c->as->big_endian == (__BYTE_ORDER == __BIG_ENDIAN));
507 assert (c->as->big_endian == (__BYTE_ORDER == __BIG_ENDIAN));
/external/libunwind/src/sh/
H A DGcreate_addr_space.c53 as->big_endian = 0;
55 as->big_endian = 1;
/external/libunwind/src/mips/
H A DGcreate_addr_space.c56 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
58 as->big_endian = (byte_order == __BIG_ENDIAN);
H A DGinit.c237 local_addr_space.big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.h51 const bool big_endian,
H A Delf_symbols_to_module.cc72 ELFSymbolIterator(const ByteBuffer *buffer, bool big_endian, argument
74 : value_size_(value_size), cursor_(buffer, big_endian) {
141 const bool big_endian,
154 ELFSymbolIterator iterator(&symbols, big_endian, value_size);
137 ELFSymbolsToModule(const uint8_t *symtab_section, size_t symtab_size, const uint8_t *string_section, size_t string_size, const bool big_endian, size_t value_size, Module *module) argument
H A Ddump_symbols.cc180 const bool big_endian,
194 big_endian, 4, true, &handler);
228 const bool big_endian,
233 const dwarf2reader::Endianness endianness = big_endian ?
323 const bool big_endian,
335 const dwarf2reader::Endianness endianness = big_endian ?
401 bool* big_endian) {
403 *big_endian = false;
407 *big_endian = true;
429 const bool big_endian,
177 LoadStabs(const typename ElfClass::Ehdr* elf_header, const typename ElfClass::Shdr* stab_section, const typename ElfClass::Shdr* stabstr_section, const bool big_endian, Module* module) argument
226 LoadDwarf(const string& dwarf_filename, const typename ElfClass::Ehdr* elf_header, const bool big_endian, bool handle_inter_cu_refs, Module* module) argument
316 LoadDwarfCFI(const string& dwarf_filename, const typename ElfClass::Ehdr* elf_header, const char* section_name, const typename ElfClass::Shdr* section, const bool eh_frame, const typename ElfClass::Shdr* got_section, const typename ElfClass::Shdr* text_section, const bool big_endian, Module* module) argument
400 ElfEndianness(const typename ElfClass::Ehdr* elf_header, bool* big_endian) argument
427 ReadDebugLink(const char* debuglink, const size_t debuglink_size, const bool big_endian, const string& obj_file, const std::vector<string>& debug_dirs) argument
585 LoadSymbols(const string& obj_file, const bool big_endian, const typename ElfClass::Ehdr* elf_header, const bool read_gnu_debug_link, LoadSymbolsInfo<ElfClass>* info, const DumpOptions& options, Module* module) argument
881 bool big_endian; local
[all...]
/external/libunwind/include/tdep-mips/
H A Ddwarf-config.h36 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
/external/libunwind/include/tdep-sh/
H A Ddwarf-config.h34 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
/external/google-breakpad/src/common/
H A Dbyte_cursor.h85 ByteCursor(const ByteBuffer *buffer, bool big_endian = false)
87 big_endian_(big_endian), complete_(true) { }
90 bool big_endian() const { return big_endian_; } function in class:google_breakpad::ByteCursor
91 void set_big_endian(bool big_endian) { big_endian_ = big_endian; } argument
H A Dstabs_reader.h98 bool big_endian, size_t value_size, bool unitized,
153 EntryIterator(const ByteBuffer *buffer, bool big_endian, size_t value_size);
H A Dstabs_reader.cc49 bool big_endian, size_t value_size)
50 : value_size_(value_size), cursor_(buffer, big_endian) {
70 bool big_endian, size_t value_size, bool unitized,
74 iterator_(&entries_, big_endian, value_size),
48 EntryIterator(const ByteBuffer *buffer, bool big_endian, size_t value_size) argument
68 StabsReader(const uint8_t *stab, size_t stab_size, const uint8_t *stabstr, size_t stabstr_size, bool big_endian, size_t value_size, bool unitized, StabsHandler *handler) argument
/external/ltrace/
H A Dlens_enum.c60 big_endian = 1, enumerator in enum:__anon11400
62 big_endian = 0,
96 if (big_endian)
/external/libunwind/src/coredump/
H A D_UCD_internal.h87 int big_endian; /* bool */ member in struct:UCD_info
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h100 int big_endian; member in struct:unw_addr_space
246 #define tdep_big_endian(as) ((c)->as->big_endian != 0)
/external/elfutils/src/src/
H A Dstrings.c111 static bool big_endian; variable
258 big_endian = true;
336 if (big_endian)
343 if (big_endian)
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h394 bool big_endian() const { return big_endian_; } function in class:google_breakpad::mach_o::Reader
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h66 int big_endian; member in struct:unw_addr_space
295 #define tdep_big_endian(as) ((as)->big_endian)
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h51 int big_endian; member in struct:unw_addr_space
283 #define tdep_big_endian(as) ((as)->big_endian)

Completed in 401 milliseconds

12