Package conary :: Package lib :: Module elf'
[hide private]
[frames] | no frames]

Module elf'



provides access to elf shared library dependencies

Classes [hide private]
  error
Functions [hide private]
 
getDynSym(...)
returns the list of dynamic symbols
 
getRPATH(...)
returns the RPATH or RUNPATH set in an ELF file (if any)
 
getType(...)
returns the ELF type of the file (elf.ET_EXEC, elf.ET_DYN, etc)
 
hasDebug(...)
returns whether or not an ELF file has debugging info
 
hasUnresolvedSymbols(...)
returns whether or not an ELF file has unresolved symbols
 
inspect(...)
inspect an ELF file for dependency information
 
stripped(...)
returns whether or not an ELF file has been stripped
Variables [hide private]
  ET_CORE = 4
  ET_DYN = 3
  ET_EXEC = 2
  ET_NONE = 0
  ET_REL = 1