Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/tools/lib/
Dget_shared_deps.py30 RUNNABLE_LD = 'runnable-ld.so' # Name of the dynamic loader variable
93 unexamined.add((RUNNABLE_LD, arch))
/external/chromium_org/native_client_sdk/src/tools/
Dcreate_nmf.py44 RUNNABLE_LD = 'runnable-ld.so' # Name of the dynamic loader variable
370 runnable = any(n.endswith(RUNNABLE_LD) for n in needed)
384 if need.endswith(RUNNABLE_LD):