Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h299 virtual std::vector<SectionRef> dynamic_relocation_sections() const { in dynamic_relocation_sections() function
HDELFObjectFile.h290 std::vector<SectionRef> dynamic_relocation_sections() const override;
768 ELFObjectFile<ELFT>::dynamic_relocation_sections() const { in dynamic_relocation_sections() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1673 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections(); in printDynamicRelocations()