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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 243 (Sym.Binding == STB_LOCAL || Sym.getShndx() == SHN_UNDEF) &&
256 if (!Sym.isCommon() && Sym.getShndx() != SHN_UNDEF &&
274 Sym.getShndx() != SHN_UNDEF)
278 Sym.getShndx() != SHN_UNDEF)
285 Sym.getShndx() != SHN_UNDEF)
313 Sym.Binding == STB_LOCAL && Sym.getShndx() != SHN_UNDEF &&
333 Sym.getShndx() == SHN_UNDEF)
Object.h 640 uint16_t getShndx() const;
Object.cpp 702 uint16_t Symbol::getShndx() const {
721 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; }
884 Sym->st_shndx = Symbol->getShndx();

Completed in 20 milliseconds