Searched refs:SHN_LOOS (Results 1 – 10 of 10) sorted by relevance
421 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro 422 #define SHN_FREEBSD_CACHED SHN_LOOS
299 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
1131 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
262 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
757 SYMBOL_LOOS = ELF::SHN_LOOS,
1970 case SHN_LOOS: in sym_list_print_each()
1103 _ELF_DEFINE_SHN(SHN_LOOS, 0xFF20U, \
842 ECase(SHN_LOOS); in enumeration()
1034 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()1035 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()4295 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
1116 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()