Searched refs:keep_contents (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libcoff-in.h | 189 bfd_boolean keep_contents; member
|
H A D | libcoff.h | 193 bfd_boolean keep_contents; member
|
H A D | coff-sh.c | 893 coff_section_data (abfd, sec)->keep_contents = TRUE; 1013 coff_section_data (abfd, sec)->keep_contents = TRUE; 1420 coff_section_data (abfd, o)->keep_contents = TRUE;
|
H A D | xcofflink.c | 216 coff_section_data (abfd, lsec)->keep_contents = TRUE; in _bfd_xcoff_canonicalize_dynamic_symtab() 734 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_add_dynamic_symbols() 2042 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) in xcoff_link_check_dynamic_ar_symbols()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | libcoff-in.h | 192 bfd_boolean keep_contents; member
|
H A D | libcoff.h | 196 bfd_boolean keep_contents; member
|
H A D | coff-sh.c | 910 coff_section_data (abfd, sec)->keep_contents = TRUE; 1048 coff_section_data (abfd, sec)->keep_contents = TRUE; 1467 coff_section_data (abfd, o)->keep_contents = TRUE;
|
H A D | xcofflink.c | 251 coff_section_data (abfd, lsec)->keep_contents = TRUE; 845 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents) 2265 if (contents != NULL && ! coff_section_data (abfd, lsec)->keep_contents)
|