Searched refs:SHN_LOOS (Results 1 – 10 of 10) sorted by relevance
421 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro422 #define SHN_FBSD_CACHED SHN_LOOS /* Transient, for sys/kern/link_elf_obj
299 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
1057 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
261 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
753 SYMBOL_LOOS = ELF::SHN_LOOS,
1970 case SHN_LOOS: in sym_list_print_each()
1103 _ELF_DEFINE_SHN(SHN_LOOS, 0xFF20U, \
820 ECase(SHN_LOOS); in enumeration()
1033 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()1034 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()4230 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
1116 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()