Home
last modified time | relevance | path

Searched refs:gp (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvpath.c320 char **gp; in gpath_search() local
323 for (gp = gpaths->searchpath; *gp != NULL; ++gp) in gpath_search()
324 if (strneq (*gp, file, len) && (*gp)[len] == '\0') in gpath_search()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp856 _info.gp = prolog.spExtraArgSize; in getInfoFromDwarfSection()
1127 _info.gp = 0; in getInfoFromCompactEncodingSection()
1216 _info.gp = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
1246 _info.gp = prolog.spExtraArgSize; in setInfoBasedOnIPRegister()
1291 if (_info.gp) in step()
1292 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h85 unw_word_t gp; /* not used */ member