Home
last modified time | relevance | path

Searched refs:STAB_SECTION_NAME (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
Dstabs.c41 #ifndef STAB_SECTION_NAME
42 #define STAB_SECTION_NAME ".stab" macro
400 s_stab_generic (what, STAB_SECTION_NAME, STAB_STRING_SECTION_NAME); in s_stab()
DChangeLog-92958190 * read.c (STAB_SECTION_NAME, STAB_STRING_SECTION_NAME,
8682 * read.c (STAB_SECTION_NAME): Default the name of the stab section
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-coff.c1703 #ifndef STAB_SECTION_NAME in coff_frob_section()
1704 #define STAB_SECTION_NAME ".stab" in coff_frob_section() macro
1713 sec = subseg_get (STAB_SECTION_NAME, 0); in coff_frob_section()