Home | History | Annotate | Download | only in MC

Lines Matching refs:getELFSection

275     Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
280 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
286 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
291 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
296 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
302 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
308 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
313 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
318 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
323 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS,
328 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS,
333 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS,
338 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS,
343 Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS,
348 Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS,
359 Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
365 Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0,
368 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0,
371 Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0,
374 Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0,
377 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0,
380 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS,
384 Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0,
387 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0,
390 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0,
393 Ctx->getELFSection(".debug_macinfo", ELF::SHT_PROGBITS, 0,
583 Ctx->getELFSection(".eh_frame", EHSectionType,