Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:getSection

604                 symbol->fragRef()->frag()->getParent()->getSection().addr();
739 pTo->getSection().setSize(offset);
933 uint32_t pFromFlag = pFrom.getSection().align();
947 uint32_t flag = frag->getParent()->getSection().align();
954 if (pFrom.getSection().align() > 1) {
956 align = new AlignFragment(pFrom.getSection().align(), // alignment
959 pFrom.getSection().align() - 1 // max bytes to emit
974 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
975 uint32_t size = pSD.getSection().size();
977 if (pSD.getSection().type() == llvm::ELF::SHT_NOBITS) {
1003 uint32_t pFromFlag = pFrom.getSection().align();
1017 uint32_t flag = frag->getParent()->getSection().align();
1024 if (pFrom.getSection().align() > 1) {
1026 align = new AlignFragment(pFrom.getSection().align(), // alignment
1029 pFrom.getSection().align() - 1 // max bytes to emit
1045 pTo.getSection().setSize(offset);
1047 if (pFrom.getSection().align() > pTo.getSection().align())
1048 pTo.getSection().setAlign(pFrom.getSection().align());
1050 if (pFrom.getSection().flag() > pTo.getSection().flag())
1051 pTo.getSection().setFlag(pFrom.getSection().flag());