Searched refs:SHN_LOOS (Results 1 – 4 of 4) sorted by relevance
75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS); in ebl_section_name()
199 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
633 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
311 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro