Searched refs:resolved (Results 1 – 4 of 4) sorted by relevance
38 char* realpath(const char* path, char* resolved)40 __clang_error_if(__bos_unevaluated_lt(__bos(resolved), __PATH_MAX),
207 std::string resolved = resolve_path(path); in resolve_paths() local208 if (!resolved.empty()) { in resolve_paths()209 resolved_paths->push_back(std::move(resolved)); in resolve_paths()
132 // Ensure that the compiler won't insert string function calls before ifuncs are resolved.
146 // 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