Searched refs:subsegT (Results 1 – 18 of 18) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | as.h | 222 typedef int subsegT; typedef 225 COMMON subsegT now_subseg; 499 segT subseg_new (const char *, subsegT); 500 segT subseg_force_new (const char *, subsegT); 501 void subseg_set (segT, subsegT);
|
H A D | subsegs.c | 73 subseg_set_rest (segT seg, subsegT subseg) in subseg_set_rest() 176 subseg_new (const char *segname, subsegT subseg) in subseg_new() 188 subseg_force_new (const char *segname, subsegT subseg) in subseg_force_new() 198 subseg_set (segT secptr, subsegT subseg) in subseg_set()
|
H A D | subsegs.h | 49 subsegT frch_subseg; /* subsegment number of this chain */
|
H A D | stabs.c | 88 subsegT save_subseg; in get_stab_string_offset() 302 subsegT saved_subseg = now_subseg; in s_stab_generic()
|
H A D | symbols.h | 129 subsegT subseg;
|
H A D | dwarf2dbg.c | 173 subsegT subseg; 246 get_line_subseg (segT seg, subsegT subseg, bfd_boolean create_p) in get_line_subseg()
|
H A D | read.c | 1932 subseg_set (section, (subsegT) temp); in s_data() 2453 subsegT current_subseg = now_subseg; in bss_alloc() 3604 subseg_set (text_section, (subsegT) temp); in s_text()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | as.h | 221 typedef int subsegT; typedef 224 COMMON subsegT now_subseg; 515 segT subseg_new (const char *, subsegT); 516 segT subseg_force_new (const char *, subsegT); 517 void subseg_set (segT, subsegT);
|
H A D | subsegs.c | 73 subseg_set_rest (segT seg, subsegT subseg) in subseg_set_rest() 174 subseg_new (const char *segname, subsegT subseg) in subseg_new() 186 subseg_force_new (const char *segname, subsegT subseg) in subseg_force_new() 196 subseg_set (segT secptr, subsegT subseg) in subseg_set()
|
H A D | subsegs.h | 49 subsegT frch_subseg; /* subsegment number of this chain */
|
H A D | stabs.c | 88 subsegT save_subseg; in get_stab_string_offset() 311 subsegT saved_subseg = now_subseg; in s_stab_generic()
|
H A D | symbols.h | 130 subsegT subseg;
|
H A D | dwarf2dbg.c | 180 subsegT subseg; 265 get_line_subseg (segT seg, subsegT subseg, bfd_boolean create_p) in get_line_subseg()
|
H A D | read.c | 1934 subseg_set (section, (subsegT) temp); in s_data() 2455 subsegT current_subseg = now_subseg; in bss_alloc() 3609 subseg_set (text_section, (subsegT) temp); in s_text()
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | obj-elf.c | 992 subsegT new_subsection = -1; in obj_elf_section() 1034 new_subsection = (subsegT) get_absolute_expression (); in obj_elf_section() 1259 subseg_set (now_seg, (subsegT) temp); in obj_elf_subsection() 1753 subsegT subseg = now_subseg; in obj_elf_version() 2601 subsegT subseg = now_subseg; in sco_id()
|
H A D | tc-i386.c | 10641 subseg_set (bss_section, (subsegT) temp); in s_bss() 11047 subsegT subseg = now_subseg; in handle_large_common()
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | obj-elf.c | 1016 subsegT new_subsection = -1; in obj_elf_section() 1070 new_subsection = (subsegT) get_absolute_expression (); in obj_elf_section() 1333 subseg_set (now_seg, (subsegT) temp); in obj_elf_subsection() 1853 subsegT subseg = now_subseg; in obj_elf_version()
|
H A D | tc-i386.c | 8156 subsegT subseg = now_subseg; in x86_cleanup() 13020 subseg_set (bss_section, (subsegT) temp); in s_bss() 13443 subsegT subseg = now_subseg; in handle_large_common()
|