Home
last modified time | relevance | path

Searched refs:ps_sh (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_section.c75 if (a->ps_sh.sh_addr < b->ps_sh.sh_addr) in cmp_scn()
77 else if (a->ps_sh.sh_addr == b->ps_sh.sh_addr) in cmp_scn()
117 sh = &ps->ps_sh; in libpe_parse_section_headers()
147 sh = &ps->ps_sh; in libpe_parse_section_headers()
162 sh = &ps->ps_sh; in libpe_parse_section_headers()
177 sh = &ps->ps_sh; in libpe_parse_section_headers()
198 sh = &ps->ps_sh; in libpe_load_section()
276 sh = &ps->ps_sh; in libpe_load_all_sections()
377 sh = &ps->ps_sh; in libpe_resync_sections()
440 sh = &ps->ps_sh; in libpe_write_section_headers()
[all …]
H A Dpe_section.c189 return (&ps->ps_sh); in pe_section_header()
209 ps->ps_sh = *sh; in pe_update_section_header()
H A Dpe_symtab.c72 sh = &ps->ps_sh; in pe_update_symtab()
H A D_libpe.h48 PE_SecHdr ps_sh; /* section header */ member
H A Dlibpe_coff.c310 sh = &ps->ps_sh; in libpe_write_coff_header()