Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3134 std::string needlea = std::string(".rela") + section_name; in RelocateSection() local
3142 if (needle == hay_name || needlea == hay_name) { in RelocateSection()