Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc1517 unsigned add (const bytes_out &, bool string_p, unsigned name);
2120 elf_out::add (const bytes_out &data, bool string_p, unsigned name) in add() argument
2124 return add (string_p ? SHT_STRTAB : SHT_PROGBITS, name, in add()
2125 off, data.pos, string_p ? SHF_STRINGS : SHF_NONE); in add()