Searched refs:sections (Results 101 - 125 of 143) sorted by relevance

123456

/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s3 @ because the syntax for switching sections and temporary labels differs
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp380 for (const SectionRef &Section : Obj->sections()) {
H A DMachODump.cpp290 for (const SectionRef &Section : MachOObj->sections()) {
785 // Collect the literal sections in this Mach-O file.
787 for (const SectionRef &Section : O->sections()) {
1049 for (const SectionRef &Section : O->sections()) {
1143 for (const SectionRef &Section : O->sections()) {
3217 for (const SectionRef &Section : O->sections()) {
5177 for (const SectionRef &Section : O->sections()) {
5277 for (const SectionRef &Section : O->sections()) {
5387 for (const SectionRef &Section : O->sections()) {
5560 for (const SectionRef &Section : O->sections()) {
[all...]
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp69 // Dump sections
70 for (const Elf_Shdr &Sec : Obj.sections()) {
76 // Do not dump these sections.
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py442 for section in parser.sections():
444 # We don't expect arbitrary sections currently, warn the user.
/external/clang/docs/tools/
H A Dmanpage.css29 .sections {
/external/elfutils/src/
H A Delfutils.spec87 different sections of an ELF file.
304 - libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at
315 - libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
326 - strip: Add --reloc-debug-sections option. Improved SHT_GROUP
327 sections handling.
339 - strip: New flag --strip-sections to remove section headers entirely.
481 or no argument (as before) for all SHF_STRINGS sections;
486 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
487 - elflint: stricter checks on debug sections
593 ainstDSO versions also for symbols in nobits sections
[all...]
/external/lldb/scripts/Python/interface/
H A DSBModule.i34 to test module equality. A module also contains object file sections, namely
38 print 'Number of sections: %d' % module.GetNumSections()
451 '''An accessor function that returns an array object that contains all sections in this module object.'''
472 __swig_getmethods__["sections"] = get_sections_array
473 if _newclass: sections = property(get_sections_array, None, doc='''A read only property that returns a list() of lldb.SBSection objects contained in this module.''')
479 if _newclass: section = property(get_sections_access_object, None, doc='''A read only property that can be used to access symbols by index ("section = module.section[0]"), name ("sections = module.section[\'main\']"), or using a regular expression ("sections = module.section[re.compile(...)]"). The return value is a single lldb.SBSection object for array access, and a list() of lldb.SBSection objects for name and regular expression access''')
509 if _newclass: num_sections = property(GetNumSections, None, doc='''A read only property that returns number of sections in the module as an integer.''')
/external/llvm/include/llvm/Object/
H A DELF.h336 Elf_Shdr_Range sections() const { function in class:llvm::object::ELFFile
657 // Scan sections for special sections.
659 for (const Elf_Shdr &Sec : sections()) {
716 // Get string table sections.
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp188 for (const auto &Section : COFF.sections()) {
722 for (const auto &Section : COFF.sections()) {
H A DELFDumper.cpp167 for (const auto &Shdr : Obj->sections())
/external/selinux/libsepol/src/
H A Dmodule.c374 size_t ** offsets, uint32_t * sections)
400 nsec = *sections = le32_to_cpu(buf[2]);
403 ERR(file->handle, "too many sections (%u) in module package",
456 /* Flags for which sections have been seen during parsing of module package. */
506 "found multiple file contexts sections in module package (at section %u)",
533 "found multiple seuser sections in module package (at section %u)",
556 "found multiple user_extra sections in module package (at section %u)",
581 "found multiple netfilter contexts sections in module package (at section %u)",
608 "found multiple module sections in module package (at section %u)",
697 "found multiple file contexts sections i
372 module_package_read_offsets(sepol_module_package_t * mod, struct policy_file *file, size_t ** offsets, uint32_t * sections) argument
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex236 -- issued} IOs. The next two sections provides some rudimentary
243 The first of the two sections displays values for Q2Q seek distances --
292 sample shows a sample of both unplug sections:
328 Here is a sample output of this sections:
349 In addition to the default sections output, if one supplies the
351 to \texttt{btt} further sections are output:
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl383 identifiable sections of that work are not derived from the Program,
386 sections when you distribute them as separate works. But when you
387 distribute the same sections as part of a whole which is a work based
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc438 const GElf_Shdr *sections = local
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp308 // size within debug frame sections. While DWARF is supposed to be independent
543 for (const SectionRef &Section : Obj.sections()) {
546 // Skip BSS and Virtual sections, they aren't interesting.
601 // Any more debug info sections go here.
611 // multiple, comdat grouped, debug_types sections.
626 // TODO: Add support for relocations in other sections as needed.
627 // Record relocations for the debug_info and debug_line sections.
641 // multiple, comdat grouped, debug_types sections.
/external/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp463 // Look for the sections that we are interested in.
466 for (const auto &Section : OF->sections()) {
481 // Get the contents of the given sections.
/external/valgrind/VEX/switchback/
H A Dlinker.c160 Section* sections;
889 /* Process the relocation sections. */
892 /* Skip sections called ".rel.stab". These appear to contain
1180 relocations in various debug-info sections. So we'd better
1367 oc->sections = NULL;
/external/valgrind/VEX/unused/
H A Dlinker.c94 Section* sections; member in struct:_ObjectCode
729 /* Process the relocation sections. */
732 /* Skip sections called ".rel.stab". These appear to contain
1018 relocations in various debug-info sections. So we'd better
1200 oc->sections = NULL;
/external/valgrind/perf/
H A Dtinycc.c714 /* Version definition sections. */
1171 /* Entries found in sections of type SHT_MIPS_GPTAB. */
1187 /* Entry found in sections of type SHT_MIPS_REGINFO. */
1196 /* Entries found in sections of type SHT_MIPS_OPTIONS. */
1386 /* Entries found in sections of type SHT_MIPS_LIBLIST. */
1417 /* Entries found in sections of type SHT_MIPS_CONFLICT. */
2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
2338 /* bound check related sections */
2341 /* symbol sections */
2344 /* debug sections */
2430 Section **sections; member in struct:TCCState
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc54 CompilationUnit::CompilationUnit(const SectionMap& sections, uint64 offset, argument
57 sections_(sections), handler_(handler), abbrevs_(NULL),
/external/elfutils/src/lib/
H A DMakefile310 xmalloc_CFLAGS = -ffunction-sections
/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp76 for (const SectionRef &Section : Obj->sections()) {
201 // Skip virtual or BSS sections.
/external/opencv/cv/src/
H A Dcvstereobm.cpp638 #pragma omp parallel sections num_threads(n)
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py265 for section in config.sections():

Completed in 1087 milliseconds

123456