Lines Matching defs:section
1532 /* Search ELF_FD for an ELF/DWARF section with name SECTION.
1533 If found copy the section to a temporary file and return
1542 const string& b_source, const string& section)
1546 int fd = fdcache.lookup (b_source, section);
1553 << b_source << " " << section << endl;
1561 << b_source << " " << section << endl;
1573 /* Try to find the section and copy the contents into a separate file. */
1595 if (scn_name == section)
1599 /* We found the desired section. */
1605 obatched(clog) << "section " << section
1610 /* Create temporary file containing the section. */
1633 fdcache.intern (b_source, section, tmppath, data->d_size, true);
1653 const string& section,
1681 if (!section.empty ())
1683 int scn_fd = extract_section (fd, s.st_mtime, b_source0, section);
1691 obatched (clog) << "cannot find section " << section
1701 + string (" ") + section);
1711 << " section=" << section << endl;
1723 obatched(clog) << "serving file " << b_source0 << " section=" << section << endl;
1756 const string& section,
1785 if (!section.empty ())
1789 section);
1796 obatched (clog) << "cannot find section " << section
1808 + string (" section ") + section);
1832 << " section=" << section << endl;
1963 if (!section.empty ())
1967 section);
1974 obatched (clog) << "cannot find section " << section
1985 string ("fstat ") + b_source0 + string (" ") + section);
2014 << " section=" << section << endl;
2033 const string& section,
2040 section, result_fd);
2043 b_source1, section, result_fd);
2118 else if (artifacttype == "section") atype_code = "I";
2127 string section;
2131 throw reportable_exception ("invalid section suffix");
2134 section = suffix.substr(1);
2224 section, result_fd);
2229 // the desired section, then the section should not exist. Don't
2231 if (!section.empty () && (sqlite3_column_int (*pp, 4) == 1))
2321 else if (artifacttype == "section")
2324 0, section.c_str(), NULL);
2934 // now decide whether it's an executable - namely, any allocatable section has
2955 // allocated (loadable / vm-addr-assigned) section with available content?