Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/bits/fortify/
Dstdlib.h38 char* realpath(const char* path, char* resolved)
40 __clang_error_if(__bos_unevaluated_lt(__bos(resolved), __PATH_MAX),
/bionic/linker/
Dlinker_utils.cpp207 std::string resolved = resolve_path(path); in resolve_paths() local
208 if (!resolved.empty()) { in resolve_paths()
209 resolved_paths->push_back(std::move(resolved)); in resolve_paths()
DAndroid.bp132 // Ensure that the compiler won't insert string function calls before ifuncs are resolved.
/bionic/docs/
Delf-tls.md146   // These R_TLS_DTPOFF() relocations are resolved at link-time.
174 // allocated in the .got, resolved at load-time with a dynamic reloc.
192   // R_TLS_TPOFF() is resolved at (static) link-time