Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/ld/
H A Dldgram.y972 | DSECT { sectype = noalloc_section; }
973 | COPY { sectype = noalloc_section; }
974 | INFO { sectype = noalloc_section; }
975 | OVERLAY { sectype = noalloc_section; }
H A Dldlang.h113 noalloc_section enumerator
H A DChangeLog-2006863 info_section and overlay_section. Add noalloc_section.
H A Dldlang.c2046 case noalloc_section: in lang_add_section()