Lines Matching defs:sectionMapping

1407 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) {
1412 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) {
1428 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) {
1435 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) {
1440 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) {
1452 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) {
1458 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) {
1465 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) {
1469 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) {
1475 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) {
1480 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) {
1486 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) {
1492 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) {
1503 static void sectionMapping(IO &IO, ELFYAML::SymtabShndxSection &Section) {
1508 static void sectionMapping(IO &IO, ELFYAML::AddrsigSection &Section) {
1528 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) {
1533 static void sectionMapping(IO &IO,
1539 static void sectionMapping(IO &IO, ELFYAML::CallGraphProfileSection &Section) {
1549 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) {
1554 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) {
1628 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get()));
1635 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get()));
1643 sectionMapping(IO, *cast<ELFYAML::DynamicSection>(Section.get()));
1650 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get()));
1655 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get()));
1665 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get()));
1670 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get()));
1675 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get()));
1680 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get()));
1685 sectionMapping(IO, *cast<ELFYAML::VerdefSection>(Section.get()));
1690 sectionMapping(IO, *cast<ELFYAML::SymverSection>(Section.get()));
1695 sectionMapping(IO, *cast<ELFYAML::VerneedSection>(Section.get()));
1700 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get()));
1705 sectionMapping(IO, *cast<ELFYAML::AddrsigSection>(Section.get()));
1710 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get()));
1715 sectionMapping(IO,
1721 sectionMapping(IO, *cast<ELFYAML::CallGraphProfileSection>(Section.get()));
1726 sectionMapping(IO, *cast<ELFYAML::BBAddrMapSection>(Section.get()));
1741 sectionMapping(IO, *S);
1743 sectionMapping(IO, *cast<ELFYAML::StackSizesSection>(Section.get()));