Searched refs:sectype (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ldgram.y | 48 static enum section_type sectype; variable 848 sectype, 892 NOLOAD { sectype = noload_section; } 893 | DSECT { sectype = dsect_section; } 894 | COPY { sectype = copy_section; } 895 | INFO { sectype = info_section; } 896 | OVERLAY { sectype = overlay_section; } 901 | /* EMPTY */ { sectype = normal_section; } 902 | '(' ')' { sectype = normal_section; }
|
H A D | ldlang.h | 141 enum section_type sectype; member 438 enum section_type sectype,
|
H A D | ldlang.c | 627 lookup->sectype = normal_section; in lang_output_section_statement_lookup() 1115 switch (output->sectype) in lang_add_section() 4008 enum section_type sectype, in lang_enter_output_section_statement() argument 4030 os->sectype = sectype; in lang_enter_output_section_statement() 4031 if (sectype != noload_section) in lang_enter_output_section_statement() 4725 if (os->sectype == noload_section in lang_record_phdrs()
|
H A D | ChangeLog-9197 | 1485 sectype field. 1487 prototype to sectype. 1489 (sectype): New static variable. 1490 (opt_at): Use sectype rather than typebits. 1491 (type): Set sectype rather than typebits. 1495 * ldlang.c (lang_output_section_statement_lookup): Set sectype 1497 (wild_doit): Check sectype rather than loadable. 1500 sectype. Set sectype field rather than loadable field. Set flags 1501 field based on sectype.
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldgram.y | 48 static enum section_type sectype; variable 918 sectype, 962 NOLOAD { sectype = noload_section; } 963 | DSECT { sectype = dsect_section; } 964 | COPY { sectype = copy_section; } 965 | INFO { sectype = info_section; } 966 | OVERLAY { sectype = overlay_section; } 971 | /* EMPTY */ { sectype = normal_section; } 972 | '(' ')' { sectype = normal_section; }
|
H A D | ldlang.h | 155 enum section_type sectype; member 466 enum section_type sectype,
|
H A D | ldlang.c | 1966 switch (output->sectype) in lang_add_section() 5269 enum section_type sectype, in lang_enter_output_section_statement() argument 5287 os->sectype = sectype; in lang_enter_output_section_statement() 5288 if (sectype != noload_section) in lang_enter_output_section_statement() 6015 if (os->sectype == noload_section in lang_record_phdrs()
|
H A D | ChangeLog-9197 | 1485 sectype field. 1487 prototype to sectype. 1489 (sectype): New static variable. 1490 (opt_at): Use sectype rather than typebits. 1491 (type): Set sectype rather than typebits. 1495 * ldlang.c (lang_output_section_statement_lookup): Set sectype 1497 (wild_doit): Check sectype rather than loadable. 1500 sectype. Set sectype field rather than loadable field. Set flags 1501 field based on sectype.
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | read.c | 2480 char *sectype; in s_mri_sect() 2484 sectype = input_line_pointer; in s_mri_sect() 2486 if (*sectype == '\0') in s_mri_sect() 2488 else if (strcasecmp (sectype, "text") == 0) in s_mri_sect() 2490 else if (strcasecmp (sectype, "data") == 0) in s_mri_sect() 2492 else if (strcasecmp (sectype, "romdata") == 0) in s_mri_sect() 2495 as_warn (_("unrecognized section type `%s'"), sectype); in s_mri_sect()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.c | 2592 char *sectype; in s_mri_sect() 2596 sectype = input_line_pointer; in s_mri_sect() 2598 if (*sectype == '\0') in s_mri_sect() 2600 else if (strcasecmp (sectype, "text") == 0) in s_mri_sect() 2602 else if (strcasecmp (sectype, "data") == 0) in s_mri_sect() 2604 else if (strcasecmp (sectype, "romdata") == 0) in s_mri_sect() 2607 as_warn (_("unrecognized section type `%s'"), sectype); in s_mri_sect()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | ieee.c | 1185 bfd_vma sectype, secindx, offset, map; in parse_ieee_bb() local 1188 if (! ieee_read_number (info, pp, §ype) in parse_ieee_bb()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ieee.c | 1186 bfd_vma sectype, secindx, offset, map; in parse_ieee_bb() local 1189 if (! ieee_read_number (info, pp, §ype) in parse_ieee_bb()
|