Searched refs:elf_bndr (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 290 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t); 295 (void) elf_bndr(lmp, reloc, pc); 299 .globl elf_bndr 315 call elf_bndr@PLT / call the C binder code
|
H A D | i386_elf.c | 193 elf_bndr(Rt_map *lmp, ulong_t reloff, caddr_t from) in elf_bndr() function
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 73 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t); 78 (void) elf_bndr(lmp, pltoff, from); 97 ! by elf_bndr 99 call elf_bndr ! returns function address in %o0
|
H A D | sparc_elf.c | 350 elf_bndr(Rt_map *lmp, ulong_t pltoff, caddr_t from) in elf_bndr() function
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 93 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t); 103 (void) elf_bndr(lmp, pltoff, from); 117 call elf_bndr ! returns function address in %o0 133 (void) elf_bndr(lmp, pltoff, from); 145 call elf_bndr ! returns function address in %o0
|
H A D | sparc_elf.c | 477 elf_bndr(Rt_map *lmp, ulong_t pltoff, caddr_t from) in elf_bndr() function
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot_elf.s | 532 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t); 537 (void) elf_bndr(lmp, reloc, pc); 705 call elf_bndr@PLT /* call elf_rtbndr(lmp, relndx, pc) */
|
H A D | amd64_elf.c | 212 elf_bndr(Rt_map *lmp, ulong_t pltndx, caddr_t from) in elf_bndr() function
|
/titanic_41/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 177 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|elf_bndr
|