Home
last modified time | relevance | path

Searched refs:sh_rawptr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_section.c128 PE_READ32(hdr, sh->sh_rawptr); in libpe_parse_section_headers()
163 sh->sh_rawptr = dd->dd_e[i].de_addr; /* FIXME */ in libpe_parse_section_headers()
178 sh->sh_rawptr = ch->ch_symptr; in libpe_parse_section_headers()
208 if (lseek(pe->pe_fd, (off_t) sh->sh_rawptr, SEEK_SET) < 0) { in libpe_load_section()
284 if (off > sh->sh_rawptr) { in libpe_load_all_sections()
288 if (off < sh->sh_rawptr) { in libpe_load_all_sections()
289 r = sh->sh_rawptr - off; in libpe_load_all_sections()
389 if (off != sh->sh_rawptr) in libpe_resync_sections()
406 sh->sh_rawptr = 0; in libpe_resync_sections()
408 sh->sh_rawptr = off; in libpe_resync_sections()
[all …]
H A Dpe_symtab.c73 sh->sh_rawptr = 0xFFFFFFFFU; in pe_update_symtab()
H A Dpe.h287 uint32_t sh_rawptr; member
H A Dlibpe_coff.c313 ch->ch_symptr = sh->sh_rawptr; in libpe_write_coff_header()