Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp32 uint16_t pShndx) const { in getSymType()
34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
46 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, in getSymDesc() argument
48 if (pShndx == llvm::ELF::SHN_UNDEF) in getSymDesc()
51 if (pShndx < llvm::ELF::SHN_LORESERVE) { in getSymDesc()
54 if (pInput.context()->getSection(pShndx) == NULL || in getSymDesc()
55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind()) in getSymDesc()
60 if (pShndx == llvm::ELF::SHN_ABS) in getSymDesc()
63 if (pShndx == llvm::ELF::SHN_COMMON) in getSymDesc()
66 if (pShndx >= llvm::ELF::SHN_LOPROC && pShndx <= llvm::ELF::SHN_HIPROC) in getSymDesc()
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h98 ResolveInfo::Type getSymType(uint8_t pInfo, uint16_t pShndx) const;
100 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
103 uint16_t pShndx,
107 uint16_t pShndx,
111 uint16_t pShndx,
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h277 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { in getSymDesc() argument