Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Darm.h102 #define _LIT ".rdata" macro
DChangeLog-9103468 * arm.h (_LIT): Define.
1000 * a29k.h: Define _LIT.
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h543 #ifdef _LIT in sec_to_styp_flags()
545 else if (!strcmp (sec_name, _LIT)) in sec_to_styp_flags()
852 #ifdef _LIT in styp_to_sec_flags()
853 else if (strcmp (name, _LIT) == 0) in styp_to_sec_flags()
DChangeLog-91933869 * coffcode.h [_LIT]: Recognize .lit section.