Searched refs:_LIB (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/libyaml/win32/vc6/ |
| HD | yaml.dsp | 43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 44 … /GX /O2 /I ".." /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H"… 66 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ … 67 … /ZI /Od /I ".." /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H"…
|
| /trueos/contrib/binutils/include/coff/ |
| HD | aux-coff.h | 46 #define _LIB ".lib" macro
|
| HD | external.h | 100 #define _LIB ".lib" macro
|
| HD | ecoff.h | 61 #define _LIB ".lib" macro
|
| /trueos/contrib/binutils/bfd/ |
| HD | 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()
|
| HD | 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()
|
| HD | 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
|
| HD | ChangeLog-9697 | 4174 special handling of the _LIB section.
|