HomeSort by: relevance | last modified time | path
    Searched refs:d_sdt (Results 1 - 1 of 1) sorted by relevancy

  /src/include/
link_aout.h 197 struct section_dispatch_table *d_sdt; member in union:_dynamic::__anon8112859c010a
206 #define LD_GOT(x) ((x)->d_un.d_sdt->sdt_got)
207 #define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt)
208 #define LD_REL(x) ((x)->d_un.d_sdt->sdt_rel)
209 #define LD_SYMBOL(x) ((x)->d_un.d_sdt->sdt_nzlist)
210 #define LD_HASH(x) ((x)->d_un.d_sdt->sdt_hash)
211 #define LD_STRINGS(x) ((x)->d_un.d_sdt->sdt_strings)
212 #define LD_NEED(x) ((x)->d_un.d_sdt->sdt_sods)
213 #define LD_BUCKETS(x) ((x)->d_un.d_sdt->sdt_buckets)
214 #define LD_PATHS(x) ((x)->d_un.d_sdt->sdt_paths
    [all...]

Completed in 10 milliseconds