HomeSort by relevance Sort by last modified time
    Searched refs:st_bind (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 37 def st_bind(self): member in class:Elf_Sym
42 return self.st_bind == Elf_Sym.STB_LOCAL
46 return self.st_bind == Elf_Sym.STB_GLOBAL
50 return self.st_bind == Elf_Sym.STB_WEAK
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 107 st_bind = (st_info >> 4, 4)
109 print " ('st_bind', %s)" % common_dump.HexDump(st_bind)
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc     [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 308 def st_bind(self): member in class:Elf_Sym
313 return self.st_bind == Elf_Sym.STB_LOCAL
317 return self.st_bind == Elf_Sym.STB_GLOBAL
321 return self.st_bind == Elf_Sym.STB_WEAK
    [all...]

Completed in 149 milliseconds