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

/bionic/tools/versioner/src/
H A DArch.h70 ArchMapIterator<T> begin() const { function in class:ArchMap
/bionic/linker/
H A Dlinked_list.h215 iterator begin() const { function in class:LinkedList
H A Dlinker_cfi.cpp63 uint16_t* begin() { function in class:ShadowWrite
84 void CFIShadowWriter::AddConstant(uintptr_t begin, uintptr_t end, uint16_t v) { argument
85 uint16_t* shadow_begin = MemToShadow(begin);
89 std::fill(sw.begin(), sw.end(), v);
92 void CFIShadowWriter::AddUnchecked(uintptr_t begin, uintptr_t end) { argument
93 AddConstant(begin, end, kUncheckedShadow);
96 void CFIShadowWriter::AddInvalid(uintptr_t begin, uintptr_t end) { argument
97 AddConstant(begin, end, kInvalidShadow);
100 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { argument
106 begin
[all...]
H A Dlinker_soinfo.cpp368 int begin = reverse ? (count - 1) : 0; local
372 for (int i = begin; i != end; i += step) {

Completed in 3756 milliseconds