Home | History | Annotate | Download | only in MC

Lines Matching refs:Ctx

35     = Ctx->getMachOSection("__TEXT", "__text",
39 = Ctx->getMachOSection("__DATA", "__data", 0,
43 = Ctx->getMachOSection("__DATA", "__thread_data",
47 = Ctx->getMachOSection("__DATA", "__thread_bss",
53 = Ctx->getMachOSection("__DATA", "__thread_vars",
58 = Ctx->getMachOSection("__DATA", "__thread_init",
63 = Ctx->getMachOSection("__TEXT", "__cstring",
67 = Ctx->getMachOSection("__TEXT","__ustring", 0,
70 = Ctx->getMachOSection("__TEXT", "__literal4",
74 = Ctx->getMachOSection("__TEXT", "__literal8",
85 Ctx->getMachOSection("__TEXT", "__literal16",
90 = Ctx->getMachOSection("__TEXT", "__const", 0,
94 = Ctx->getMachOSection("__TEXT", "__textcoal_nt",
99 = Ctx->getMachOSection("__TEXT", "__const_coal",
103 = Ctx->getMachOSection("__DATA", "__const", 0,
106 = Ctx->getMachOSection("__DATA","__datacoal_nt",
110 = Ctx->getMachOSection("__DATA","__common",
114 = Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::S_ZEROFILL,
119 = Ctx->getMachOSection("__DATA", "__la_symbol_ptr",
123 = Ctx->getMachOSection("__DATA", "__nl_symbol_ptr",
129 = Ctx->getMachOSection("__TEXT", "__constructor", 0,
132 = Ctx->getMachOSection("__TEXT", "__destructor", 0,
136 = Ctx->getMachOSection("__DATA", "__mod_init_func",
140 = Ctx->getMachOSection("__DATA", "__mod_term_func",
146 LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
151 Ctx->getMachOSection("__LD", "__compact_unwind",
161 Ctx->getMachOSection("__DWARF", "__apple_names",
165 Ctx->getMachOSection("__DWARF", "__apple_objc",
170 Ctx->getMachOSection("__DWARF", "__apple_namespac",
174 Ctx->getMachOSection("__DWARF", "__apple_types",
179 Ctx->getMachOSection("__DWARF", "__debug_abbrev",
183 Ctx->getMachOSection("__DWARF", "__debug_info",
187 Ctx->getMachOSection("__DWARF", "__debug_line",
191 Ctx->getMachOSection("__DWARF", "__debug_frame",
195 Ctx->getMachOSection("__DWARF", "__debug_pubnames",
199 Ctx->getMachOSection("__DWARF", "__debug_pubtypes",
203 Ctx->getMachOSection("__DWARF", "__debug_str",
207 Ctx->getMachOSection("__DWARF", "__debug_loc",
211 Ctx->getMachOSection("__DWARF", "__debug_aranges",
215 Ctx->getMachOSection("__DWARF", "__debug_ranges",
219 Ctx->getMachOSection("__DWARF", "__debug_macinfo",
223 Ctx->getMachOSection("__DWARF", "__debug_inlined",
331 Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
336 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
342 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
347 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
352 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
358 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
364 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
369 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
374 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
379 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS,
384 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS,
389 Ctx
394 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS,
399 Ctx->getELFSection(".ctors", ELF::SHT_PROGBITS,
404 Ctx->getELFSection(".dtors", ELF::SHT_PROGBITS,
415 Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
421 Ctx->getELFSection(".debug_abbrev", ELF::SHT_PROGBITS, 0,
424 Ctx->getELFSection(".debug_info", ELF::SHT_PROGBITS, 0,
427 Ctx->getELFSection(".debug_line", ELF::SHT_PROGBITS, 0,
430 Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0,
433 Ctx->getELFSection(".debug_pubnames", ELF::SHT_PROGBITS, 0,
436 Ctx->getELFSection(".debug_pubtypes", ELF::SHT_PROGBITS, 0,
439 Ctx->getELFSection(".debug_str", ELF::SHT_PROGBITS,
443 Ctx->getELFSection(".debug_loc", ELF::SHT_PROGBITS, 0,
446 Ctx->getELFSection(".debug_aranges", ELF::SHT_PROGBITS, 0,
449 Ctx->getELFSection(".debug_ranges", ELF::SHT_PROGBITS, 0,
452 Ctx->getELFSection(".debug_macinfo", ELF::SHT_PROGBITS, 0,
459 Ctx->getELFSection(".apple_names", ELF::SHT_PROGBITS, 0,
462 Ctx->getELFSection(".apple_objc", ELF::SHT_PROGBITS, 0,
465 Ctx->getELFSection(".apple_namespaces", ELF::SHT_PROGBITS, 0,
468 Ctx->getELFSection(".apple_types", ELF::SHT_PROGBITS, 0,
473 Ctx->getELFSection(".debug_info.dwo", ELF::SHT_PROGBITS, 0,
476 Ctx->getELFSection(".debug_abbrev.dwo", ELF::SHT_PROGBITS, 0,
479 Ctx->getELFSection(".debug_str.dwo", ELF::SHT_PROGBITS,
483 Ctx->getELFSection(".debug_line.dwo", ELF::SHT_PROGBITS, 0,
486 Ctx->getELFSection(".debug_loc.dwo", ELF::SHT_PROGBITS, 0,
489 Ctx->getELFSection(".debug_str_offsets.dwo", ELF::SHT_PROGBITS, 0,
492 Ctx->getELFSection(".debug_addr", ELF::SHT_PROGBITS, 0,
500 Ctx->getCOFFSection(".text",
506 Ctx->getCOFFSection(".data",
512 Ctx->getCOFFSection(".rdata",
518 Ctx->getCOFFSection(".CRT$XCU",
524 Ctx->getCOFFSection(".ctors",
534 Ctx->getCOFFSection(".CRT$XTX",
540 Ctx->getCOFFSection(".dtors",
552 Ctx->getCOFFSection(".gcc_except_table",
559 Ctx->getCOFFSection(".debug_abbrev",
564 Ctx->getCOFFSection(".debug_info",
569 Ctx->getCOFFSection(".debug_line",
574 Ctx->getCOFFSection(".debug_frame",
579 Ctx->getCOFFSection(".debug_pubnames",
584 Ctx->getCOFFSection(".debug_pubtypes",
589 Ctx->getCOFFSection(".debug_str",
594 Ctx->getCOFFSection(".debug_loc",
599 Ctx->getCOFFSection(".debug_aranges",
604 Ctx->getCOFFSection(".debug_ranges",
609 Ctx->getCOFFSection(".debug_macinfo",
615 Ctx->getCOFFSection(".drectve",
620 Ctx->getCOFFSection(".pdata",
626 Ctx->getCOFFSection(".xdata",
631 Ctx->getCOFFSection(".tls$",
640 MCContext &ctx) {
643 Ctx = &ctx;
688 Ctx->getMachOSection("__TEXT", "__eh_frame",
696 Ctx->getELFSection(".eh_frame", EHSectionType,
701 Ctx->getCOFFSection(".eh_frame",