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

  /external/libunwind_llvm/src/
EHHeaderParser.hpp 40 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
49 pint_t ehHdrStart, pint_t ehHdrEnd,
58 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
71 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart);
77 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
82 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
84 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
101 pint_t ehHdrEnd = ehHdrStart + sectionLength;
104 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInfo)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
EHHeaderParser.hpp 40 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
49 pint_t ehHdrStart, pint_t ehHdrEnd,
58 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
71 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart);
77 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
82 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
84 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
101 pint_t ehHdrEnd = ehHdrStart + sectionLength;
104 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInfo)
    [all...]

Completed in 367 milliseconds