Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dreloc_32.S22 STN_UNDEF = 0 /* Undefined symbol index */ define
111 cmpwi r5, STN_UNDEF /* sym == STN_UNDEF ? */
/linux-4.4.14/Documentation/vDSO/
Dparse_vdso.c231 for (; chain != STN_UNDEF; chain = vdso_info.chain[chain]) { in vdso_sym()