Searched refs:linker_soinfo (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp1682 static soinfo linker_soinfo; local
1683 strlcpy(linker_soinfo.name, "/system/bin/linker", sizeof(linker_soinfo.name));
1684 linker_soinfo.flags = 0;
1685 linker_soinfo.base = linker_base;
1696 &linker_soinfo.dynamic, NULL, NULL);
1697 insert_soinfo_into_debug_map(&linker_soinfo);

Completed in 729 milliseconds