Searched defs:big_endian (Results 1 - 14 of 14) sorted by relevance

/external/libunwind/src/coredump/
H A D_UCD_internal.h87 int big_endian; /* bool */ member in struct:UCD_info
/external/google-breakpad/src/common/linux/
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/google-breakpad/src/common/
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
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
/external/ltrace/
H A Dlens_enum.c60 big_endian = 1, enumerator in enum:__anon11400
62 big_endian = 0,
96 if (big_endian)
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h55 int big_endian; member in struct:unw_addr_space
74 #define tdep_big_endian(as) ((as)->big_endian)
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h51 int big_endian; member in struct:unw_addr_space
279 #define tdep_big_endian(as) ((as)->big_endian)
/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)
/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/kernel-headers/original/uapi/sound/
H A Dasequencer.h324 unsigned char big_endian; /* 1 = big-endian */ member in struct:snd_seq_running_info

Completed in 2572 milliseconds