Home
last modified time | relevance | path

Searched refs:noalloc_section (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/ld/
HDldgram.y972 | DSECT { sectype = noalloc_section; }
973 | COPY { sectype = noalloc_section; }
974 | INFO { sectype = noalloc_section; }
975 | OVERLAY { sectype = noalloc_section; }
HDldlang.h113 noalloc_section enumerator
HDChangeLog-2006863 info_section and overlay_section. Add noalloc_section.
HDldlang.c2046 case noalloc_section: in lang_add_section()