Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp161 constexpr bool IsGeneral = Mode == RelocMode::General; in process_relocation_impl() local
184 const bool handle_text_relocs = IsGeneral && relocator.si->has_text_relocations; in process_relocation_impl()
208 if (IsGeneral && in process_relocation_impl()
232 if (IsGeneral && is_tls_reloc(r_type)) { in process_relocation_impl()
248 } else if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) { in process_relocation_impl()
270 if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) return false; in process_relocation_impl()
278 } else if constexpr (IsGeneral) { in process_relocation_impl()
296 if constexpr (IsGeneral || Mode == RelocMode::JumpTable) { in process_relocation_impl()
298 count_relocation_if<IsGeneral>(kRelocAbsolute); in process_relocation_impl()
307 if constexpr (IsGeneral || Mode == RelocMode::Typical) { in process_relocation_impl()
[all …]
Dlinker_soinfo.cpp117 template <bool IsGeneral>
138 if (IsGeneral && lib->needs_sysv_lookup()) { in ElfW()
146 if (IsGeneral) { in ElfW()
163 if (IsGeneral) { in ElfW()
189 if (IsGeneral) { in ElfW()
200 if (IsGeneral) { in ElfW()