Searched refs:_LIB (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | aux-coff.h | 46 #define _LIB ".lib" macro
|
| D | external.h | 100 #define _LIB ".lib" macro
|
| D | ecoff.h | 61 #define _LIB ".lib" macro
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | coffcode.h | 417 #ifdef _LIB in sec_to_styp_flags() 419 else if (!strcmp (sec_name, _LIB)) in sec_to_styp_flags() 690 #ifdef _LIB in styp_to_sec_flags() 691 else if (strcmp (name, _LIB) == 0) in styp_to_sec_flags() 3238 #ifdef _LIB in coff_compute_section_file_positions() 3242 if (strcmp (current->name, _LIB) == 0) in coff_compute_section_file_positions() 3506 #ifdef _LIB in coff_write_object_contents() 3509 if (strcmp (current->name, _LIB) == 0) in coff_write_object_contents() 4168 #if defined(_LIB) && !defined(TARG_AUX) in coff_set_section_contents() 4189 if (strcmp (section->name, _LIB) == 0) in coff_set_section_contents()
|
| D | ecoff.c | 166 { _LIB, SEC_COFF_SHARED_LIBRARY} in _bfd_ecoff_new_section_hook() 303 { _LIB, STYP_ECOFF_LIB }, in ecoff_sec_to_styp_flags() 2015 else if (streq (current->name, _LIB)) in ecoff_compute_section_file_positions() 2148 if (streq (section->name, _LIB)) in _bfd_ecoff_set_section_contents() 2405 if (streq (current->name, _LIB)) in _bfd_ecoff_write_object_contents()
|
| D | ChangeLog-9193 | 4024 (coff_compute_section_file_positions): Force vma and lma of _LIB 4962 check for .data2; if _LIB is defined, check for it; map
|
| D | ChangeLog-9697 | 4174 special handling of the _LIB section.
|