Searched refs:sdt_plt (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/sys/
H A Dlink_aout.h108 long sdt_plt; /* Procedure linkage table */ member in struct:section_dispatch_table
206 #define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt)
215 #define LD_GOTSZ(x) ((x)->d_un.d_sdt->sdt_plt - (x)->d_un.d_sdt->sdt_got)
/freebsd-10.3-release/contrib/gdb/gdb/config/i386/
H A Dnm-obsd.h85 #define ld_plt sdt_plt
H A Dnm-fbsd.h122 #define ld_plt sdt_plt
/freebsd-10.3-release/contrib/gdb/gdb/config/
H A Dnm-nbsdaout.h45 #define ld_plt sdt_plt
/freebsd-10.3-release/usr.bin/ldd/
H A Dsods.c435 printf(" plt starts at %lx\n", sdt->sdt_plt);
437 sdt->sdt_plt + sdt->sdt_plt_sz);

Completed in 55 milliseconds