Searched refs:SECTION_CODE (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp.c37 if (flags & SECTION_CODE)
H A Dwinnt.c456 flags = SECTION_CODE;
485 if ((flags & (SECTION_CODE | SECTION_WRITE)) == 0)
493 if (flags & SECTION_CODE)
525 bool discard = (flags & SECTION_CODE)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddjgpp.cc37 if (flags & SECTION_CODE)
H A Dwinnt.cc456 flags = SECTION_CODE;
485 if ((flags & (SECTION_CODE | SECTION_WRITE)) == 0)
493 if (flags & SECTION_CODE)
524 bool discard = (flags & SECTION_CODE)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h366 #define SECTION_CODE 0x00100 /* contains code */ macro
H A Dvarasm.c311 & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE
1979 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
2318 if (sect && (sect->common.flags & SECTION_CODE) != 0)
6383 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
6486 flags = SECTION_CODE;
6553 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE))
6619 if (flags & SECTION_CODE)
6684 if (flags & SECTION_CODE)
6703 (flags & SECTION_CODE ? "discard" : "same_size"));
7492 flags |= SECTION_CODE;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doutput.h375 SECTION_CODE = 1UL << 8, /* contains code */ enumerator in enum:section_flag
H A Dvarasm.cc324 & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE
2061 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
2400 if (sect && (sect->common.flags & SECTION_CODE) != 0)
6644 text_section = get_unnamed_section (SECTION_CODE, output_section_asm_op,
6747 flags = SECTION_CODE;
6817 if (!(flags & (SECTION_CODE | SECTION_BSS | SECTION_TLS | SECTION_ENTSIZE))
6884 if (flags & SECTION_CODE)
6961 if (flags & SECTION_CODE)
6980 (flags & SECTION_CODE ? "discard" : "same_size"));
7786 flags |= SECTION_CODE;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc830 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
852 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
957 case SECTION_CODE:
1007 case SECTION_CODE:
1062 && this->local_sym_index_ != SECTION_CODE
1151 if (this->local_sym_index_ == SECTION_CODE)
H A Doutput.h1216 && this->local_sym_index_ != SECTION_CODE
1297 SECTION_CODE = -2U, enumerator in enum:gold::Output_reloc::__anon454
1317 // (this->local_sym_index_ == SECTION_CODE), the output section.
1335 // This is GSYM_CODE for a global symbol, or SECTION_CODE for a
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc828 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
850 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
955 case SECTION_CODE:
1005 case SECTION_CODE:
1060 && this->local_sym_index_ != SECTION_CODE
1149 if (this->local_sym_index_ == SECTION_CODE)
H A Doutput.h1216 && this->local_sym_index_ != SECTION_CODE
1297 SECTION_CODE = -2U, enumerator in enum:gold::Output_reloc::__anon1700
1317 // (this->local_sym_index_ == SECTION_CODE), the output section.
1335 // This is GSYM_CODE for a global symbol, or SECTION_CODE for a
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc830 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
852 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
957 case SECTION_CODE:
1007 case SECTION_CODE:
1062 && this->local_sym_index_ != SECTION_CODE
1151 if (this->local_sym_index_ == SECTION_CODE)
H A Doutput.h1216 && this->local_sym_index_ != SECTION_CODE
1297 SECTION_CODE = -2U, enumerator in enum:gold::Output_reloc::__anon596
1317 // (this->local_sym_index_ == SECTION_CODE), the output section.
1335 // This is GSYM_CODE for a global symbol, or SECTION_CODE for a
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c1769 switch_to_section (get_section (buf, SECTION_CODE, decl));
1886 return get_section (".lowtext", SECTION_CODE | SECTION_WRITE , decl);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c2988 switch_to_section (get_section (buf, SECTION_CODE, decl));
3003 SECTION_CODE, decl));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc2293 switch_to_section (get_section (buf, SECTION_CODE, decl));
2398 return get_section (".lowtext", SECTION_CODE | SECTION_WRITE , decl);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc2993 switch_to_section (get_section (buf, SECTION_CODE, decl));
3008 SECTION_CODE, decl));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c2321 const char *insdat = (flags & SECTION_CODE) ? "i" : "d";
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc2319 const char *insdat = (flags & SECTION_CODE) ? "i" : "d";
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c20610 else if (flags & SECTION_CODE)
20620 (flags & SECTION_CODE) ? "." : "",
20734 if ((flags & SECTION_CODE) != 0 || !decl || !DECL_P (decl))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc21178 else if (flags & SECTION_CODE)
21198 (flags & SECTION_CODE) ? "." : "",
21303 else if ((flags & SECTION_CODE) != 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c10749 if (flags & SECTION_CODE)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc10710 if (flags & SECTION_CODE)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c33074 if (flags & SECTION_CODE)

Completed in 1364 milliseconds

12