Searched refs:prebind_base (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/libexec/ld.so/ldconfig/ |
| D | prebind.c | 1762 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 …]
|
| D | prebind.h | 20 off_t prebind_base; member
|
| D | debug.c | 103 printf("\nbase %llx\n", (long long)footer->prebind_base); in elf_dump_footer()
|
| D | dl_prebind.c | 136 MAP_FILE, fd, footer.prebind_base); in prebind_load_fd()
|
| /mirbsd/src/libexec/ld.so/ |
| D | prebind.h | 20 off_t prebind_base; member
|
| D | dl_prebind.c | 135 MAP_FILE, fd, footer.prebind_base); in prebind_load_fd()
|