Searched refs:SHN_LOOS (Results 1 – 8 of 8) sorted by relevance
26 # CHECK-NEXT:0000000000000000 *UND* 0000000000000000 SHN_LOOS104 - Name: SHN_LOOS
127 …: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xff21 (SHN_LOOS+0x1)150 …: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xff21 (SHN_LOOS+0x1)
296 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
964 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
257 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
627 SYMBOL_LOOS = ELF::SHN_LOOS,
775 ECase(SHN_LOOS); in enumeration()
956 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()957 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()3812 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()