Home
last modified time | relevance | path

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

/external/icing/icing/store/
Dsuggestion-result-checker-impl.h36 std::string target_section, std::unordered_set<DocumentId> search_base, in SuggestionResultCheckerImpl() argument
44 target_section_(std::move(target_section)), in SuggestionResultCheckerImpl()
/external/libabigail/src/
Dabg-elf-helpers.h116 find_relocation_section(Elf* elf_handle, Elf_Scn* target_section);
Dabg-elf-helpers.cc658 find_relocation_section(Elf* elf_handle, Elf_Scn* target_section) in find_relocation_section() argument
660 if (target_section) in find_relocation_section()
663 size_t target_index = elf_ndxscn(target_section); in find_relocation_section()