Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h3890 asymbol **psymsec; in coff_write_object_contents() local
3892 psymsec = NULL; in coff_write_object_contents()
3901 if (psymsec == NULL) in coff_write_object_contents()
3902 psymsec = psym; in coff_write_object_contents()
3963 if (psym != psymsec) in coff_write_object_contents()
3969 for (pcopy = psym; pcopy > psymsec; pcopy--) in coff_write_object_contents()
3971 *psymsec = hold; in coff_write_object_contents()