Searched refs:SHN_LOOS (Results 1 – 16 of 16) 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()
184 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro
458 #define SHN_LOOS 0xFF20 macro
656 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
806 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
229 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
362 #define SHN_LOOS 0xff20 macro
486 constexpr Elf_Word SHN_LOOS = 0xFF20; variable
421 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro
564 ECase(SHN_LOOS); in enumeration()