Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp47 static bool is_tls_reloc(ElfW(Word) type) { in is_tls_reloc() function
236 if (!IsGeneral && __predict_false(is_tls_reloc(r_type))) { in process_relocation_impl()
242 if (IsGeneral && is_tls_reloc(r_type)) { in process_relocation_impl()