Home | History | Annotate | Download | only in MC

Lines Matching full:shndx

144                                        uint32_t shndx,
147 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
148 String32(*ShndxF, shndx);
153 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
154 uint16_t(ELF::SHN_XINDEX) : shndx;