Home
last modified time | relevance | path

Searched refs:text_section (Results 1 – 25 of 116) sorted by relevance

12345

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsomread.c484 asection *text_section; /* section handle */ in init_import_symbols() local
508 text_section = bfd_get_section_by_name (objfile->obfd, "$SHLIB_INFO$"); in init_import_symbols()
509 if (!text_section) in init_import_symbols()
531 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols()
546 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
566 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_import_symbols()
604 asection *text_section; /* section handle */ in init_export_symbols() local
632 if (!text_section) in init_export_symbols()
654 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_export_symbols()
669 bfd_get_section_contents (objfile->obfd, text_section, buffer, in init_export_symbols()
[all …]
H A Dgdb-stabs.h69 asection *text_section; member
85 #define DBX_TEXT_SECTION(o) (DBX_SYMFILE_INFO(o)->text_section)
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh.h66 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
67 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
H A Dobj-aout.c128 if (bfd_section_size (stdoutput, text_section) != 0) in obj_aout_frob_file_before_fix()
129 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
H A Dobj-aout.h56 asection *text_section, *data_section, *bss_section; variable
H A Dobj-coff.c438 if (now_seg != text_section) in obj_coff_loc()
596 S_SET_SEGMENT (def_symbol_in_progress, text_section); in obj_coff_endef()
1279 if (S_GET_SEGMENT (symp) == text_section in coff_frob_symbol()
1280 && symp != seg_info (text_section)->sym) in coff_frob_symbol()
1448 && sec != text_section in coff_adjust_section_syms()
1689 || sec == text_section in coff_frob_section()
H A Dtc-mcore.c273 if (now_seg == text_section) in mcore_cons()
288 if (now_seg == text_section) in mcore_float_cons()
303 if (now_seg == text_section) in mcore_stringer()
319 if (now_seg == text_section) in mcore_fill()
1618 subseg_set (text_section, 0); in md_mcore_end()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh.h78 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
79 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
H A Dtc-mcore.c258 if (now_seg == text_section)
274 if (now_seg == text_section)
290 if (now_seg == text_section)
307 if (now_seg == text_section)
1669 subseg_set (text_section, 0); in md_mcore_end()
H A Dobj-aout.c210 if (bfd_section_size (stdoutput, text_section) != 0) in obj_aout_frob_file_before_fix()
212 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0, in obj_aout_frob_file_before_fix()
/openbsd/gnu/usr.bin/binutils/gas/
H A Das.c112 segT text_section; variable
935 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass()
941 bfd_set_section_flags (stdoutput, text_section, in perform_an_assembly_pass()
956 subseg_set (text_section, 0); in perform_an_assembly_pass()
H A Das.h324 extern segT text_section, data_section, bss_section;
330 #define text_section SEG_TEXT macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Das.c114 segT text_section; variable
984 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass()
990 bfd_set_section_flags (stdoutput, text_section, in perform_an_assembly_pass()
1003 subseg_set (text_section, 0); in perform_an_assembly_pass()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dxcoff.h234 text_section (); \
246 text_section (); \
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Delf.h116 text_section (); \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.h37 text_section (); \
H A Doutput.h153 extern void text_section PARAMS ((void));
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Dpe.h228 case in_text: text_section (); break; \
H A Daout.h129 text_section (); \
H A Daof.h163 text_section (); \
/openbsd/gnu/gcc/gcc/config/i386/
H A Ddarwin.h149 if (in_section == text_section) \
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-m68hc1x.c228 asection *text_section; in elf32_m68hc11_setup_section_lists() local
241 text_section = 0; in elf32_m68hc11_setup_section_lists()
257 text_section = section; in elf32_m68hc11_setup_section_lists()
265 htab->tramp_section = text_section; in elf32_m68hc11_setup_section_lists()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m68hc1x.c229 asection *text_section; in elf32_m68hc11_setup_section_lists() local
242 text_section = 0; in elf32_m68hc11_setup_section_lists()
258 text_section = section; in elf32_m68hc11_setup_section_lists()
266 htab->tramp_section = text_section; in elf32_m68hc11_setup_section_lists()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.h229 case in_text: text_section (); break; \
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dsom.h50 text_section (); \

12345