Home | History | Annotate | Download | only in MC

Lines Matching refs:getELFSection

1013       Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ?
1136 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
1142 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0,
1152 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0,
1159 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
1230 Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0,
1293 SymtabSection = Asm.getContext().getELFSection(".symtab", ELF::SHT_SYMTAB,
1303 InfoSection = Asm.getContext().getELFSection(SectionName,
1350 Asm.getContext().getELFSection(".text",
1356 Asm.getContext().getELFSection(SecName.substr(sizeof(".ARM.exidx") - 1),