Home
last modified time | relevance | path

Searched refs:Stt (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/scripts/
Dglibcelf.py479 class Stt(_OpenIntEnum): class
739 self.type = Stt(arg0 & 15)
742 self.type = Stt(arg1)
/glibc-2.36/elf/
Dtst-relro-symbols.py100 if sym.st_info.type != glibcelf.Stt.STT_OBJECT: