Home
last modified time | relevance | path

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

/netbsd/src/include/
Dlink_aout.h197 struct section_dispatch_table *d_sdt; member
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 …]