Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker.cpp1269 static void call_array(unsigned *ctor, int count, int reverse) in call_array() argument
1274 ctor += (count-1); in call_array()
1281 (unsigned)ctor, (unsigned)*ctor); in call_array()
1282 void (*func)() = (void (*)()) *ctor; in call_array()
1283 ctor += inc; in call_array()