• Home
  • Raw
  • Download

Lines Matching refs:getELFSection

463   BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,  in initELFMCObjectFileInfo()
466 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
473 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
476 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
479 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
486 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
490 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
494 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
498 Ctx->getELFSection(".rodata.cst32", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
501 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
504 StaticDtorSection = Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
513 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
520 DwarfAbbrevSection = Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0, in initELFMCObjectFileInfo()
523 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0, "section_info"); in initELFMCObjectFileInfo()
524 DwarfLineSection = Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
525 DwarfFrameSection = Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
527 Ctx->getELFSection(".debug_pubnames", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
529 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
531 Ctx->getELFSection(".debug_gnu_pubnames", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
533 Ctx->getELFSection(".debug_gnu_pubtypes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
535 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
537 DwarfLocSection = Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
539 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
541 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0, "debug_range"); in initELFMCObjectFileInfo()
542 DwarfMacinfoSection = Ctx->getELFSection(".debug_macinfo", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
549 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0, "names_begin"); in initELFMCObjectFileInfo()
551 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0, "objc_begin"); in initELFMCObjectFileInfo()
552 DwarfAccelNamespaceSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
555 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0, "types_begin"); in initELFMCObjectFileInfo()
559 Ctx->getELFSection(".debug_info.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
561 Ctx->getELFSection(".debug_types.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
563 Ctx->getELFSection(".debug_abbrev.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
565 Ctx->getELFSection(".debug_str.dwo", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
568 Ctx->getELFSection(".debug_line.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
570 Ctx->getELFSection(".debug_loc.dwo", ELF::SHT_PROGBITS, 0, "skel_loc"); in initELFMCObjectFileInfo()
572 Ctx->getELFSection(".debug_str_offsets.dwo", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
574 Ctx->getELFSection(".debug_addr", ELF::SHT_PROGBITS, 0, "addr_sec"); in initELFMCObjectFileInfo()
578 Ctx->getELFSection(".debug_cu_index", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
580 Ctx->getELFSection(".debug_tu_index", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
583 Ctx->getELFSection(".llvm_stackmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
586 Ctx->getELFSection(".llvm_faultmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
589 Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags); in initELFMCObjectFileInfo()
884 return Ctx->getELFSection(".debug_types", ELF::SHT_PROGBITS, ELF::SHF_GROUP, in getDwarfTypesSection()