Searched defs:pShndx (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp34 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, uint16_t pShndx) const
37 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
49 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const argument
51 if (pShndx == llvm::ELF::SHN_UNDEF)
54 if (pShndx < llvm::ELF::SHN_LORESERVE) {
58 if (NULL == pInput.context()->getSection(pShndx) ||
59 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
64 if (pShndx == llvm::ELF::SHN_ABS)
67 if (pShndx == llvm::ELF::SHN_COMMON)
70 if (pShndx >
80 getSymBinding(uint8_t pBinding, uint16_t pShndx, uint8_t pVis) const argument
102 getSymFragmentRef(Input& pInput, uint16_t pShndx, uint32_t pOffset) const argument
139 getSymValue(uint64_t pValue, uint16_t pShndx, const Input& pInput) const argument
[all...]

Completed in 201 milliseconds