Home
last modified time | relevance | path

Searched refs:DRECTVE_SECTION_NAME (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c477 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".… macro
480 #ifndef DRECTVE_SECTION_NAME
481 #define DRECTVE_SECTION_NAME ".drectve" macro
1400 s = bfd_get_section_by_name (abfd, DRECTVE_SECTION_NAME); in scan_drectve_symbols()
1412 DRECTVE_SECTION_NAME, bfd_get_filename (abfd)); in scan_drectve_symbols()
2106 fprintf (f, "\t.section %s\n", DRECTVE_SECTION_NAME); in gen_exp_file()
DChangeLog-9899650 (DRECTVE_SECTION_NAME): Define.
655 (scan_drectve_symbols): Use DRECTVE_SECTION_NAME.