Home | History | Annotate | Download | only in runtime

Lines Matching refs:build_map

850     Elf_Word section_type, const std::string& symbol_name, bool build_map) {
855 if (*symbol_table != nullptr || build_map) {
857 DCHECK(build_map);
931 Elf_Word section_type, const std::string& symbol_name, bool build_map) {
932 Elf_Sym* symbol = FindSymbolByName(section_type, symbol_name, build_map);
1858 bool build_map) {
1859 DELEGATE_TO_IMPL(FindSymbolAddress, section_type, symbol_name, build_map);