Added in API level 36.1
    StructDlInfo
class StructDlInfo
| kotlin.Any | |
| ↳ | android.system.StructDlInfo | 
Corresponds to C's struct Dl_info.
Summary
| Public constructors | |
|---|---|
            StructDlInfo(dli_fname: String!, dli_fbase: Long, dli_sname: String!, dli_saddr: Long) | 
        |
| Public methods | |
|---|---|
| String | 
            toString() | 
        
| Properties | |
|---|---|
| Long | 
            
             Base address at which shared object is loaded  | 
        
| String! | 
            
             Pathname of shared object that contains address  | 
        
| Long | 
            
             Exact address of symbol named in dli_sname  | 
        
| String! | 
            
             Name of symbol whose definition overlaps addr  | 
        
Public constructors
StructDlInfo
Added in API level 36.1
      StructDlInfo(
dli_fname: String!,
dli_fbase: Long,
dli_sname: String!,
dli_saddr: Long)
Public methods
toString
Added in API level 36.1
      fun toString(): String
| Return | |
|---|---|
String | 
            a string representation of the object. | 
Properties
dli_fname
Added in API level 36.1
      val dli_fname: String!
Pathname of shared object that contains address
dli_sname
Added in API level 36.1
      val dli_sname: String!
Name of symbol whose definition overlaps addr