Searched refs:rshp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 278 Shdr *shp, *rshp; in do_relocations() local 283 rshp = (Shdr *) in do_relocations() 285 if (rshp->sh_type == SHT_RELA) { in do_relocations() 290 if (rshp->sh_type != SHT_REL) in do_relocations() 292 if (rshp->sh_link != mp->symtbl_section) { in do_relocations() 297 if (rshp->sh_info >= mp->hdr.e_shnum) { in do_relocations() 303 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 307 (mp->shdrs + rshp->sh_info * mp->hdr.e_shentsize); in do_relocations() 323 if (do_relocate(mp, (char *)rshp->sh_addr, rshp->sh_type, in do_relocations() 324 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations() [all …]
|
/titanic_50/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 284 Shdr *shp, *rshp; in do_relocations() local 289 rshp = (Shdr *) in do_relocations() 291 if (rshp->sh_type == SHT_REL) { in do_relocations() 296 if (rshp->sh_type != SHT_RELA) in do_relocations() 298 if (rshp->sh_link != mp->symtbl_section) { in do_relocations() 303 if (rshp->sh_info >= mp->hdr.e_shnum) { in do_relocations() 309 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 313 (mp->shdrs + rshp->sh_info * mp->hdr.e_shentsize); in do_relocations() 329 if (do_relocate(mp, (char *)rshp->sh_addr, rshp->sh_type, in do_relocations() 330 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations() [all …]
|
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 343 Shdr *shp, *rshp; in do_relocations() local 348 rshp = (Shdr *) in do_relocations() 350 if (rshp->sh_type == SHT_REL) { in do_relocations() 355 if (rshp->sh_type != SHT_RELA) in do_relocations() 357 if (rshp->sh_link != mp->symtbl_section) { in do_relocations() 362 if (rshp->sh_info >= mp->hdr.e_shnum) { in do_relocations() 367 nreloc = rshp->sh_size / rshp->sh_entsize; in do_relocations() 371 (mp->shdrs + rshp->sh_info * mp->hdr.e_shentsize); in do_relocations() 385 if (do_relocate(mp, (char *)rshp->sh_addr, rshp->sh_type, in do_relocations() 386 nreloc, rshp->sh_entsize, shp->sh_addr) < 0) { in do_relocations() [all …]
|