Lines Matching refs:getELFSection

337   BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,  in initELFMCObjectFileInfo()
340 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
343 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
347 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
350 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
353 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
356 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
360 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
364 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
368 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
372 Ctx->getELFSection(".rodata.cst32", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
381 LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
397 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
398 DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0); in initELFMCObjectFileInfo()
399 DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0); in initELFMCObjectFileInfo()
401 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
403 DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0); in initELFMCObjectFileInfo()
405 Ctx->getELFSection(".debug_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
407 Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
409 Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0); in initELFMCObjectFileInfo()
411 Ctx->getELFSection(".debug_gnu_pubtypes", DebugSecType, 0); in initELFMCObjectFileInfo()
413 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo()
415 DwarfLocSection = Ctx->getELFSection(".debug_loc", DebugSecType, 0); in initELFMCObjectFileInfo()
417 Ctx->getELFSection(".debug_aranges", DebugSecType, 0); in initELFMCObjectFileInfo()
419 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo()
421 Ctx->getELFSection(".debug_macinfo", DebugSecType, 0); in initELFMCObjectFileInfo()
427 Ctx->getELFSection(".debug_names", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
429 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
431 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
433 Ctx->getELFSection(".apple_namespaces", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
435 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
439 Ctx->getELFSection(".debug_str_offsets", DebugSecType, 0); in initELFMCObjectFileInfo()
440 DwarfAddrSection = Ctx->getELFSection(".debug_addr", DebugSecType, 0); in initELFMCObjectFileInfo()
441 DwarfRnglistsSection = Ctx->getELFSection(".debug_rnglists", DebugSecType, 0); in initELFMCObjectFileInfo()
442 DwarfLoclistsSection = Ctx->getELFSection(".debug_loclists", DebugSecType, 0); in initELFMCObjectFileInfo()
446 Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
448 Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
450 Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
451 DwarfStrDWOSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
455 Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
457 Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
458 DwarfStrOffDWOSection = Ctx->getELFSection(".debug_str_offsets.dwo", in initELFMCObjectFileInfo()
461 Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE); in initELFMCObjectFileInfo()
465 Ctx->getELFSection(".debug_cu_index", DebugSecType, 0); in initELFMCObjectFileInfo()
467 Ctx->getELFSection(".debug_tu_index", DebugSecType, 0); in initELFMCObjectFileInfo()
470 Ctx->getELFSection(".llvm_stackmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
473 Ctx->getELFSection(".llvm_faultmaps", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
476 Ctx->getELFSection(".eh_frame", EHSectionType, EHSectionFlags); in initELFMCObjectFileInfo()
478 StackSizesSection = Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
815 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
845 return Ctx->getELFSection(".stack_sizes", ELF::SHT_PROGBITS, Flags, 0, in getStackSizesSection()