Searched refs:end_ (Results 1 – 7 of 7) sorted by relevance
/bionic/linker/ |
D | linker_sleb128.h | 43 : current_(buffer), end_(buffer+count) { } in sleb128_decoder() 53 if (current_ >= end_) { in pop_front() 70 const uint8_t* const end_; variable
|
D | linker_soinfo.h | 103 const SymbolLookupLib* end_; variable 112 const SymbolLookupLib* end() const { return end_; } in end()
|
D | linker_soinfo.cpp | 54 : sole_lib_(si->get_lookup_lib()), begin_(&sole_lib_), end_(&sole_lib_ + 1) { in SymbolLookupList() 78 end_ = &libs_[0] + libs_.size(); in SymbolLookupList()
|
/bionic/libc/malloc_debug/ |
D | MapData.h | 44 : start_(start), end_(end), offset_(offset), name_(name, name_len), flags_(flags) {} in MapEntry() 46 explicit MapEntry(uintptr_t pc) : start_(pc), end_(pc) {} in MapEntry() 60 uintptr_t end() const { return end_; } in end() 69 uintptr_t end_; variable
|
D | MapData.cpp | 88 if (__builtin_add_overflow(start_, SELFMAG, &end_addr) || end_addr >= end_) { in Init()
|
/bionic/libc/bionic/ |
D | grp_pwd_file.cpp | 203 size_t size = end_ - start_ + 1; in Unmap() 207 end_ = nullptr; in Unmap() 215 *end = end_; in GetFile() 229 *end = end_; in GetFile() 249 end_ = start_ + mmap_size - 1; in DoMmap() 251 if (*end_ != '\n') { in DoMmap()
|
D | grp_pwd_file.h | 67 const char* end_ = nullptr; variable
|