Home | History | Annotate | Download | only in MC

Lines Matching full:shndx

241                           uint8_t other, uint32_t shndx,
442 uint32_t shndx,
445 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
446 String32(*ShndxF, shndx);
451 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
452 uint16_t(ELF::SHN_XINDEX) : shndx;