Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h183 bool validate_verdef_section(const soinfo* si);
Dlinker.cpp2674 bool validate_verdef_section(const soinfo* si) { in validate_verdef_section() function
3224 if (!validate_verdef_section(this)) return false; in prelink_image()