Home
last modified time | relevance | path

Searched refs:TEXT_SECTION_NAME (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Das.h621 #ifndef TEXT_SECTION_NAME
622 #define TEXT_SECTION_NAME ".text" macro
Das.c1071 text_section = subseg_new (TEXT_SECTION_NAME, 0); in perform_an_assembly_pass()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-rx.h100 #define TEXT_SECTION_NAME (rx_use_conventional_section_names ? ".text" : "P") macro
Dtc-xtensa.h362 #define TEXT_SECTION_NAME xtensa_section_rename (".text") macro
Dobj-macho.c75 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in mach_o_begin()
859 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in obj_mach_o_base_section()
Dobj-elf.c203 s = bfd_get_section_by_name (stdoutput, TEXT_SECTION_NAME); in elf_begin()