Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1783 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations() local
1784 if (DynRelSec.empty()) in printDynamicRelocations()
1789 for (const SectionRef &Section : DynRelSec) in printDynamicRelocations()