Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dlink.h169 #define GETRELSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_hash - ((struct old… macro
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c180 #define GETRELSZ(x) \ macro
255 i = GETRELSZ(dp);
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h236 #define GETRELSZ(x) (x->ld_version < 2 ? \ macro
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c231 nr = GETRELSZ(AOUTDYN(lmp)) / sizeof (struct relocation_info); in aout_reloc()