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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
RelocationResolver.cpp 738 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
740 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
742 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
744 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 407 const Elf_Shdr *getRelSection(DataRefImpl Rel) const {
957 const Elf_Shdr *RelSec = getRelSection(RelData);
995 const Elf_Shdr *sec = getRelSection(Rel);
1012 const Elf_Shdr *sec = getRelSection(Rel);
1021 const Elf_Shdr *sec = getRelSection(Rel);
1043 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
1051 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
1061 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA);

Completed in 77 milliseconds