Searched refs:sections (Results 76 - 100 of 143) sorted by relevance

123456

/external/llvm/test/MC/ARM/
H A Deh-directive-section-multiple-func.s15 @ .ARM.exidx.TEST1 sections.
H A Deh-directive-section.s169 @ Check the symbols and the sections they belong to
H A Dltorg-darwin.s3 @ because the syntax for switching sections and temporary labels differs
H A Dltorg.s3 @ because the syntax for switching sections and temporary labels differs
H A Dldr-pseudo.s3 @ because the syntax for switching sections and temporary labels differs
/external/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s153 # Only the .text sections gets optimal nops.
179 // CHECK: ('sections', [
/external/regex-re2/lib/codereview/
H A Dcodereview.py411 sections = {
430 sections[sname] += line + '\n'
435 if s in sections:
438 sections[sname] += val + '\n'
442 for k in sections:
443 sections[k] = StripCommon(sections[k]).rstrip()
446 if sections['Author']:
447 cl.copied_from = sections['Author']
448 cl.desc = sections['Descriptio
[all...]
/external/sepolicy/tools/
H A Dinsertkeys.py119 for tag in self.sections():
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp393 for (const SectionRef &Section : Obj->sections()) {
458 for (const SectionRef &Section : Obj->sections()) {
H A DCOFFDumper.cpp341 for (const SectionRef &S : Obj->sections()) {
724 for (const SectionRef &Sec : Obj->sections()) {
781 for (const SectionRef &Section : Obj->sections()) {
1100 for (const SectionRef &Section : Obj->sections()) {
H A DWin64EHDumper.cpp301 for (const auto &Section : Ctx.COFF.sections()) {
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp53 for (section_iterator Section : Module->sections()) {
310 for (const SectionRef &Section : Obj->sections()) {
/external/elfutils/src/tests/
H A Drun-strings-test.sh366 testfile8: 7dc0 Extract the removed sections into FILE
395 testfile8: 84c0 cannot determine number of sections: %s
435 testfile9: 3620 Extract the removed sections into FILE
464 testfile9: 3d20 cannot determine number of sections: %s
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h221 // Initialize a compilation unit. This requires a map of sections,
224 CompilationUnit(const SectionMap& sections, uint64 offset,
307 // The map of sections in our file to buffers containing their data
584 // in '.eh_frame' sections. This data is a variant of DWARF CFI that is
690 // For both DWARF CFI and .eh_frame sections, this is the CIE id in a
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.py109 # Test file description needs to have following sections:
156 for section in filter(self.is_event, parser_event.sections()):
/external/lldb/source/Core/
H A DModule.cpp1129 // Populate m_unified_sections_ap with sections from objfile.
1142 // Populate m_unified_sections_ap with sections from objfile.
1257 // Remove any sections in the unified section list that come from the current symbol vendor.
1300 SectionList *sections = GetSectionList(); local
1301 if (sections != NULL)
1303 size_t num_sections = sections->GetSize();
1306 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
1414 // Iterate through the object file sections to find the
1418 // Only load non-thread specific sections when given a slide
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp187 for (const auto &Section : Obj.sections()) {
191 // Force emission of the __text, __eh_frame, and __gcc_except_tab sections
193 // sections that have already been emitted.
/external/llvm/lib/Object/
H A DIRObjectFile.cpp259 for (const SectionRef &Sec : Obj.sections()) {
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp104 for (const auto &ObjSection : Obj.sections()) {
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp709 // never conflict with any of the sections.
714 section_type, // This section is a container of other sections.
747 // segments, sections, etc).
765 SectionList *sections = GetSectionList(); local
766 if (sections)
767 sections->Dump(s, NULL, true, UINT32_MAX);
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp110 typedef std::vector<std::unique_ptr<COFFSection>> sections; typedef in class:__anon10571::WinCOFFObjectWriter
119 sections Sections;
311 report_fatal_error("two sections have the same comdat");
432 report_fatal_error("conflicting sections for symbol");
812 "PE COFF object files can't have more than 2147483647 sections");
904 // Fixup associative COMDAT sections.
1003 sections::iterator i, ie;
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp12 // sections.
294 // Run two passes over all sections. The first gets the lengths needed for
299 for (const SectionRef &Section : Obj->sections()) {
334 for (const SectionRef &Section : Obj->sections()) {
359 for (const SectionRef &Section : Obj->sections()) {
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex187 architecture-specific (see architecture-specific sections below).
226 architecture-specific sections for details). The value of
339 \Var{val}. See the architecture-specific sections for a description
345 \Var{val}. See the architecture-specific sections for a description
352 is described in the architecture-specific sections below.
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp458 // We now know the slide amount, so go through all sections
479 // __LINKEDIT sections from files in the shared cache
482 // "Section" objects, and "true" for all other sections.
508 // to apply this more generally to more sections that have no
847 SectionList *sections = objfile->GetSectionList(); local
848 if (sections)
851 Section *commpage_section = sections->FindSectionByName(commpage_dbstr).get();
974 // since that has sections correctly filled in.
1279 // All sections listed in the dyld image info structure will all
1289 // Iterate through the object file sections t
[all...]
/external/llvm/include/llvm/Object/
H A DObjectFile.h78 /// the list of sections in the object file.
274 section_iterator_range sections() const { function in class:llvm::object::ObjectFile

Completed in 464 milliseconds

123456