Home
last modified time | relevance | path

Searched refs:prebind_base (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/libexec/ld.so/ldconfig/
Dprebind.c1762 footer.prebind_base = base_offset; in elf_write_lib()
1870 lseek(fd, footer->prebind_base, SEEK_SET); in prebind_writefile()
1873 lseek(fd, footer->prebind_base+footer->nameidx_idx, SEEK_SET); in prebind_writefile()
1876 lseek(fd, footer->prebind_base+footer->symcache_idx, SEEK_SET); in prebind_writefile()
1880 lseek(fd, footer->prebind_base+footer->pltsymcache_idx, SEEK_SET); in prebind_writefile()
1885 lseek(fd, footer->prebind_base+footer->fixup_idx, SEEK_SET); in prebind_writefile()
1887 lseek(fd, footer->prebind_base+footer->fixupcnt_idx, SEEK_SET); in prebind_writefile()
1890 lseek(fd, footer->prebind_base+info->fixuptab[i], in prebind_writefile()
1896 lseek(fd, footer->prebind_base+footer->libmap_idx, SEEK_SET); in prebind_writefile()
1899 lseek(fd, footer->prebind_base+info->maptab[i], in prebind_writefile()
[all …]
Dprebind.h20 off_t prebind_base; member
Ddebug.c103 printf("\nbase %llx\n", (long long)footer->prebind_base); in elf_dump_footer()
Ddl_prebind.c136 MAP_FILE, fd, footer.prebind_base); in prebind_load_fd()
/mirbsd/src/libexec/ld.so/
Dprebind.h20 off_t prebind_base; member
Ddl_prebind.c135 MAP_FILE, fd, footer.prebind_base); in prebind_load_fd()