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

/bionic/libc/kernel/uapi/linux/
H A Delf.h69 #define DT_NEEDED 1 macro
/bionic/linker/
H A Dlinker.cpp771 if (d->d_tag == DT_NEEDED) {
921 // Step 1: load and pre-link all DT_NEEDED libraries in breadth first order.
2078 case DT_NEEDED:
2157 DL_ERR("linker cannot have DT_NEEDED dependencies on other libraries");

Completed in 370 milliseconds