HomeSort by: relevance | last modified time | path
    Searched refs:dynamic_relocation_sections (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 306 virtual std::vector<SectionRef> dynamic_relocation_sections() const { function in class:llvm::object::ObjectFile
ELFObjectFile.h 295 std::vector<SectionRef> dynamic_relocation_sections() const override;
884 ELFObjectFile<ELFT>::dynamic_relocation_sections() const { function in class:llvm::object::ELFObjectFile
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1702 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections();

Completed in 76 milliseconds