HomeSort by relevance Sort by last modified time
    Searched refs:get16 (Results 1 - 5 of 5) sorted by null

  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 93 uint16_t get16(pint_t addr) { function in class:libunwind::LocalAddressSpace
203 result = get16(addr);
222 result = (pint_t)(int16_t)get16(addr);
384 uint16_t get16(pint_t addr);
405 template <typename P> uint16_t OtherAddressSpace<P>::get16(pint_t addr) { function in class:libunwind::OtherAddressSpace
406 return P::E::get16(*(uint16_t *)localCopy(addr));
DwarfInstructions.hpp 279 value = addressSpace.get16(p);
288 svalue = (int16_t) addressSpace.get16(p);
517 svalue = (int16_t) addressSpace.get16(p);
525 svalue = (int16_t) addressSpace.get16(p);
723 value = addressSpace.get16(value);
UnwindCursor.hpp 254 return _addressSpace.get16(
259 return _addressSpace.get16(
301 return _addressSpace.get16(
306 return _addressSpace.get16(
311 return _addressSpace.get16(
316 return _addressSpace.get16(
    [all...]
DwarfParser.hpp 405 codeOffset += (addressSpace.get16(p) * cieInfo.codeAlignFactor);
  /external/lldb/scripts/
disasm-gdb-remote.pl 18 our $reg16_href = { extract => \&get16, format => "0x%4.4x" };
1429 sub get16 subroutine
    [all...]

Completed in 179 milliseconds