Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libpe/
H A Dlibpe_section.c128 PE_READ32(hdr, sh->sh_rawptr); in libpe_parse_section_headers()
178 sh->sh_rawptr = ch->ch_symptr; in libpe_parse_section_headers()
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()
491 assert(off <= sh->sh_rawptr); in libpe_write_sections()
492 if (off < sh->sh_rawptr) in libpe_write_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()