Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1226 data sectab; /* The section table. */ member in elf
1234 :hdr (), sectab (), strtab (), fd (fd), err (fd >= 0 ? 0 : e) in elf()
1239 && !sectab.buffer && !strtab.buffer); in ~elf()
1383 if (s * sizeof (section) < sectab.size) in get_section()
1385 (&sectab.buffer[s * sizeof (section)]); in get_section()
1391 return sectab.size / sizeof (section); in get_section_limit()
1426 shrink (sectab); in end()
1471 data::simple_memory.shrink (sectab); in ~elf_out()
1492 return sectab.pos / sizeof (section); in get_section_limit()
1647 sectab.buffer = mapping + sectab.pos; in defrost()
[all …]