Lines Matching refs:SHT_PROGBITS
386 EHSectionType = ELF::SHT_PROGBITS; in InitELFMCObjectFileInfo()
400 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
403 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
407 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in InitELFMCObjectFileInfo()
410 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
416 DataRelSection = Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
419 DataRelLocalSection = Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
422 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
426 ".data.rel.ro.local", ELF::SHT_PROGBITS, ELF::SHF_ALLOC | ELF::SHF_WRITE); in InitELFMCObjectFileInfo()
429 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
433 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
437 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
440 StaticCtorSection = Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
443 StaticDtorSection = Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
452 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
458 DwarfAbbrevSection = Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
461 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0, "section_info"); in InitELFMCObjectFileInfo()
462 DwarfLineSection = Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
463 DwarfFrameSection = Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
465 Ctx->getELFSection(".debug_pubnames", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
467 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
469 Ctx->getELFSection(".debug_gnu_pubnames", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
471 Ctx->getELFSection(".debug_gnu_pubtypes", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
473 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
475 DwarfLocSection = Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
477 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
479 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0, "debug_range"); in InitELFMCObjectFileInfo()
485 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0, "names_begin"); in InitELFMCObjectFileInfo()
487 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0, "objc_begin"); in InitELFMCObjectFileInfo()
489 ".apple_namespaces", ELF::SHT_PROGBITS, 0, "namespac_begin"); in InitELFMCObjectFileInfo()
491 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0, "types_begin"); in InitELFMCObjectFileInfo()
495 Ctx->getELFSection(".debug_info.dwo", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
497 Ctx->getELFSection(".debug_types.dwo", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
499 Ctx->getELFSection(".debug_abbrev.dwo", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
501 Ctx->getELFSection(".debug_str.dwo", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
504 Ctx->getELFSection(".debug_line.dwo", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
506 Ctx->getELFSection(".debug_loc.dwo", ELF::SHT_PROGBITS, 0, "skel_loc"); in InitELFMCObjectFileInfo()
508 Ctx->getELFSection(".debug_str_offsets.dwo", ELF::SHT_PROGBITS, 0); in InitELFMCObjectFileInfo()
510 Ctx->getELFSection(".debug_addr", ELF::SHT_PROGBITS, 0, "addr_sec"); in InitELFMCObjectFileInfo()
513 Ctx->getELFSection(".llvm_stackmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in InitELFMCObjectFileInfo()
771 return Ctx->getELFSection(".debug_types", ELF::SHT_PROGBITS, ELF::SHF_GROUP, in getDwarfTypesSection()