Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h3858 asymbol **psymsec; in coff_write_object_contents() local
3860 psymsec = NULL; in coff_write_object_contents()
3869 if (psymsec == NULL) in coff_write_object_contents()
3870 psymsec = psym; in coff_write_object_contents()
3931 if (psym != psymsec) in coff_write_object_contents()
3937 for (pcopy = psym; pcopy > psymsec; pcopy--) in coff_write_object_contents()
3939 *psymsec = hold; in coff_write_object_contents()