Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dlink_aout.h198 struct section_dispatch_table *d_sdt; member
207 #define LD_GOT(x) ((x)->d_un.d_sdt->sdt_got)
208 #define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt)
209 #define LD_REL(x) ((x)->d_un.d_sdt->sdt_rel)
211 #define LD_HASH(x) ((x)->d_un.d_sdt->sdt_hash)
213 #define LD_NEED(x) ((x)->d_un.d_sdt->sdt_sods)
215 #define LD_PATHS(x) ((x)->d_un.d_sdt->sdt_paths)
217 #define LD_GOTSZ(x) ((x)->d_un.d_sdt->sdt_plt - (x)->d_un.d_sdt->sdt_got)
218 #define LD_RELSZ(x) ((x)->d_un.d_sdt->sdt_hash - (x)->d_un.d_sdt->sdt_rel)
219 #define LD_HASHSZ(x) ((x)->d_un.d_sdt->sdt_nzlist - (x)->d_un.d_sdt->sdt_hash)
[all …]