Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp163 constexpr bool IsGeneral = Mode == RelocMode::General; in process_relocation_impl() local
186 const bool handle_text_relocs = IsGeneral && relocator.si->has_text_relocations; in process_relocation_impl()
212 if (IsGeneral && in process_relocation_impl()
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()
265 } else if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) { in process_relocation_impl()
287 if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) return false; in process_relocation_impl()
295 } else if constexpr (IsGeneral) { in process_relocation_impl()
313 if constexpr (IsGeneral || Mode == RelocMode::JumpTable) { in process_relocation_impl()
315 count_relocation_if<IsGeneral>(kRelocAbsolute); 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()