Searched refs:SHN_LOPROC (Results 1 – 10 of 10) sorted by relevance
297 ENUM_TO_CSTR(SHN_LOPROC); in sectionIndexToCString()
419 #define SHN_LOPROC 0xff00 /* First processor-specific. */ macro
1055 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
257 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
741 SYMBOL_LOPROC = ELF::SHN_LOPROC,
1963 case SHN_LOPROC: in sym_list_print_each()
1085 _ELF_DEFINE_SHN(SHN_LOPROC, 0xFF00U, \
818 ECase(SHN_LOPROC); in enumeration()
1031 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()1032 return CreateErr("SHN_LOPROC", Ndx - ELF::SHN_LOPROC); in getSymbolSectionIndex()4226 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
1114 if (shndx >= SHN_LOPROC && shndx <= SHN_HIPROC) in st_shndx()