Home
last modified time | relevance | path

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

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