Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp32 ErrorOr<section_iterator> SymSec = S.getSection(); in containsSymbol() local
33 if (!SymSec) in containsSymbol()
35 return *this == **SymSec; in containsSymbol()
/external/llvm/include/llvm/Object/
DELFObjectFile.h618 const Elf_Shdr *SymSec = *SymSecOrErr; in section_rel_begin() local
619 uint32_t SymSecType = SymSec->sh_type; in section_rel_begin()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp429 const Elf_Shdr *SymSec = Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString() local
430 ErrorOr<StringRef> SecName = EF.getSectionName(SymSec); in getRelocationValueString()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1120 ErrorOr<const Elf_Shdr *> SymSec = in printSections() local
1122 if (!SymSec) in printSections()
1124 if (*SymSec == &Sec) in printSections()