Searched refs:reloff (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 134 int off, reloff, readoff; in hsfs_contents() local 177 for (off = reloff = 0; in hsfs_contents() 179 off += ipe_len, reloff += ipe_len) { in hsfs_contents() 182 if (reloff >= secsz) { in hsfs_contents() 187 reloff -= secsz; in hsfs_contents() 190 p = buf + reloff; in hsfs_contents()
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 193 elf_bndr(Rt_map *lmp, ulong_t reloff, caddr_t from) in elf_bndr() argument 225 if (!lmp || ((reloff % sizeof (Rel)) != 0)) { in elf_bndr() 230 EC_NATPTR(lmp), EC_XWORD(reloff), EC_NATPTR(from)); in elf_bndr() 238 rptr = (Rel *)(addr + reloff); in elf_bndr() 296 uint_t pltndx = reloff / sizeof (Rel); in elf_bndr() 318 (Xword)(reloff / sizeof (Rel)), PLT_T_FULL, nlmp, (Addr)symval, in elf_bndr()
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 215 ulong_t addr, reloff, symval, rsymndx; in elf_bndr() local 253 reloff = pltndx * (ulong_t)RELENT(lmp); in elf_bndr() 259 rptr = (Rela *)(addr + reloff); in elf_bndr() 317 uint_t pltndx = reloff / sizeof (Rela); in elf_bndr() 339 (Xword)(reloff / sizeof (Rela)), PLT_T_FULL, nlmp, (Addr)symval, in elf_bndr()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_machoread.h | 83 Dwarf_Unsigned reloff; member
|
H A D | dwarf_machoread.c | 575 ASNAR(mfp->mo_copy_word,secs->reloff,mosec.reloff); in dwarf_macho_load_dwarf_section_details32() 645 ASNAR(mfp->mo_copy_word,secs->reloff,mosec.reloff); in dwarf_macho_load_dwarf_section_details64()
|
H A D | dwarf_macho_loader.h | 438 TYP(reloff,4); /* file offset of relocation entries */ 452 TYP(reloff,4); /* file offset of relocation entries */
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 353 ulong_t addr, vaddr, reloff, symval, rsymndx; in elf_bndr() local 404 reloff = pltndx * sizeof (Rela); in elf_bndr() 410 rptr = (Rela *)(addr + reloff); in elf_bndr()
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 480 Addr addr, vaddr, reloff, symval; in elf_bndr() local 545 reloff = pltndx * sizeof (Rela); in elf_bndr() 551 rptr = (Rela *)(addr + reloff); in elf_bndr()
|