Searched refs:string_p (Results 1 – 1 of 1) sorted by relevance
1517 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() argument2124 return add (string_p ? SHT_STRTAB : SHT_PROGBITS, name, in add()2125 off, data.pos, string_p ? SHF_STRINGS : SHF_NONE); in add()