Searched refs:get8 (Results 1 - 5 of 5) sorted by relevance

/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl17 our $reg8_href = { extract => \&get8, format => "0x%2.2x" };
1045 printf(" 0x%2.2x", get8(\@_));
1151 $arg .= sprintf("%c", get8(\@_))
1278 printf("%c", get8(\@_))
1414 sub get8 subroutine
1435 $val = get8($arrayref) |
1436 get8($arrayref) << 8;
1440 $val = get8($arrayref) << 8 |
1441 get8($arrayref) ;
1460 $val = get8(
[all...]
/external/clang/test/Sema/
H A Ddesignated-initializers.c128 int get8() { ++counter; return 8; } function
135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp285 uint8_t version = addressSpace.get8(p);
291 while (addressSpace.get8(p) != 0)
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
308 switch (addressSpace.get8(s)) {
313 cieInfo->personalityEncoding = addressSpace.get8(p);
320 cieInfo->lsdaEncoding = addressSpace.get8(p);
324 cieInfo->pointerEncoding = addressSpace.get8(p);
382 uint8_t opcode = addressSpace.get8(p);
398 codeOffset += (addressSpace.get8(
[all...]
H A DDwarfInstructions.hpp237 uint8_t opcode = addressSpace.get8(p++);
261 value = addressSpace.get8(p);
270 svalue = (int8_t) addressSpace.get8(p);
372 reg = addressSpace.get8(p);
718 switch (addressSpace.get8(p++)) {
720 value = addressSpace.get8(value);
H A DAddressSpace.hpp88 uint8_t get8(pint_t addr) { function in class:libunwind::LocalAddressSpace
383 uint8_t get8(pint_t addr);
401 template <typename P> uint8_t OtherAddressSpace<P>::get8(pint_t addr) { function in class:libunwind::OtherAddressSpace

Completed in 151 milliseconds