Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc322 elfcpp::Shdr_write<size, big_endian> oshdr(*ppout); in write_section_header() local
324 oshdr.put_sh_name(*name == '\0' ? 0 : shstrtab->get_offset(name)); in write_section_header()
325 oshdr.put_sh_type(type); in write_section_header()
326 oshdr.put_sh_flags(flags); in write_section_header()
327 oshdr.put_sh_addr(0); in write_section_header()
328 oshdr.put_sh_offset(offset); in write_section_header()
329 oshdr.put_sh_size(section_size); in write_section_header()
330 oshdr.put_sh_link(link); in write_section_header()
331 oshdr.put_sh_info(info); in write_section_header()
332 oshdr.put_sh_addralign(addralign); in write_section_header()
[all …]
Doutput.cc276 typename elfcpp::Shdr_write<size, big_endian> oshdr(v); in do_sized_write() local
277 oshdr.put_sh_name(0); in do_sized_write()
278 oshdr.put_sh_type(elfcpp::SHT_NULL); in do_sized_write()
279 oshdr.put_sh_flags(0); in do_sized_write()
280 oshdr.put_sh_addr(0); in do_sized_write()
281 oshdr.put_sh_offset(0); in do_sized_write()
286 oshdr.put_sh_size(0); in do_sized_write()
288 oshdr.put_sh_size(section_count); in do_sized_write()
292 oshdr.put_sh_link(0); in do_sized_write()
294 oshdr.put_sh_link(shstrndx); in do_sized_write()
[all …]