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

/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp30 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, uint16_t pShndx) const
33 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const argument
47 if (pShndx == llvm::ELF::SHN_UNDEF)
50 if (pShndx < llvm::ELF::SHN_LORESERVE) {
54 if (NULL == pInput.context()->getSection(pShndx) ||
55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
60 if (pShndx == llvm::ELF::SHN_ABS)
63 if (pShndx == llvm::ELF::SHN_COMMON)
66 if (pShndx >
76 getSymBinding(uint8_t pBinding, uint16_t pShndx, uint8_t pVis) const argument
98 getSymFragmentRef(Input& pInput, uint16_t pShndx, uint32_t pOffset) const argument
135 getSymValue(uint64_t pValue, uint16_t pShndx, const Input& pInput) const argument
[all...]

Completed in 191 milliseconds