Searched defs:cur_offset (Results 1 - 4 of 4) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
H A DDwarfMemory.h49 uint64_t cur_offset() { return cur_offset_; } function in class:unwindstack::DwarfMemory
50 void set_cur_offset(uint64_t cur_offset) { cur_offset_ = cur_offset; } argument
/system/core/libunwindstack/
H A DDwarfSection.cpp269 cie->cfa_instructions_end = memory_.cur_offset() + length64;
284 cie->cfa_instructions_end = memory_.cur_offset() + length32;
322 memory_.set_cur_offset(memory_.cur_offset() + 1);
357 cie->cfa_instructions_offset = memory_.cur_offset();
366 cie->cfa_instructions_offset = memory_.cur_offset() + aug_length;
428 fde->cfa_instructions_end = memory_.cur_offset() + length64;
446 fde->cfa_instructions_end = memory_.cur_offset() + length32;
463 uint64_t cur_offset = memory_.cur_offset(); local
473 cur_offset
495 uint64_t cur_offset = memory_.cur_offset(); local
[all...]
H A DDwarfOp.cpp44 while (memory_->cur_offset() < end) {
101 while (memory_->cur_offset() < end) {
114 uint64_t start_offset = memory_->cur_offset();
122 uint64_t end_offset = memory_->cur_offset();
347 uint64_t cur_offset; local
349 cur_offset = memory_->cur_offset() + offset;
351 cur_offset = memory_->cur_offset() - offset;
353 memory_->set_cur_offset(cur_offset);
402 uint64_t cur_offset = memory_->cur_offset() + offset; local
[all...]
/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c1919 "nfa_ee_route_add_one_ecb max_len:%d, max_tlv:%d, cur_offset:%d, "
2082 "%s - max_len:%d, cur_offset:%d, more:%d, num_tlv:%d,rout_type:- %d",
2271 int cur_offset; local
2301 cur_offset = 0;
2311 &cur_offset);
2318 &max_len, more, p, &cur_offset);

Completed in 116 milliseconds