• Home
  • Raw
  • Download

Lines Matching refs:getELFSection

249     Ctx->getELFSection(".bss", ELF::SHT_NOBITS,  in InitELFMCObjectFileInfo()
254 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
260 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
265 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
270 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
276 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
282 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
287 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
292 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
297 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
302 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
307 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
312 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
317 Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
322 Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
333 Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
339 Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
342 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
345 Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
348 Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
351 Ctx->getELFSection(".debug_pubnames", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
354 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
357 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
360 Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
363 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
366 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
369 Ctx->getELFSection(".debug_macinfo", ELF::SHT_PROGBITS, 0, in InitELFMCObjectFileInfo()
544 Ctx->getELFSection(".eh_frame", ELF::SHT_PROGBITS, in InitEHFrameSection()