Home
last modified time | relevance | path

Searched refs:section (Results 1 – 21 of 21) sorted by relevance

/build/soong/symbol_inject/
Dmacho.go45 for _, section := range machoFile.Sections {
47 Name: section.Name,
48 Addr: section.Addr,
49 Offset: uint64(section.Offset),
50 Size: section.Size,
56 section := file.Sections[symbol.Sect-1]
61 Addr: symbol.Value - section.Addr,
64 Section: section,
81 for _, section := range machoFile.Sections {
82 fmt.Printf("\t\t&macho.Section{SectionHeader: %#v},\n", section.SectionHeader)
Delf.go37 for i, section := range f.File.Sections {
38 ret[i] = section.SectionHeader
74 for _, section := range elfFile.Sections() {
76 Name: section.Name,
77 Addr: section.Addr,
78 Offset: section.Offset,
79 Size: section.Size,
96 section := file.Sections[symbol.Section]
109 if symbol.Value < section.Addr {
112 addr = symbol.Value - section.Addr
[all …]
Dpe.go51 for _, section := range peFile.Sections {
53 Name: section.Name,
54 Addr: uint64(section.VirtualAddress),
55 Offset: uint64(section.Offset),
56 Size: uint64(section.VirtualSize),
88 for _, section := range peFile.Sections {
89 fmt.Printf("\t\t&pe.Section{SectionHeader: %#v},\n", section.SectionHeader)
/build/soong/scripts/
Dstrip.sh42 --add-gnu-debuglink Add a gnu-debuglink section to out-file
46 --remove-build-id Remove the gnu build-id section in out-file
54 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes "${infile}" -o "${outfile}.tm…
78 …"${CLANG_BIN}/llvm-strip" --strip-all --keep-section=.ARM.attributes --remove-section=.comment "${…
89 …"${CROSS_COMPILE}objcopy" --rename-section .debug_frame=saved_debug_frame "${outfile}.debug" "${ou…
90 …"${CROSS_COMPILE}objcopy" -S --remove-section .gdb_index --remove-section .comment --keep-symbols=…
91 …"${CROSS_COMPILE}objcopy" --rename-section saved_debug_frame=.debug_frame "${outfile}.mini_debugin…
94 …"${CLANG_BIN}/llvm-objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile…
106 …"${CLANG_BIN}/llvm-strip" --remove-section=.note.gnu.build-id "${outfile}.tmp" -o "${outfile}.tmp.…
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js120 function writeCookie(cookie, val, section, expiration) { argument
122 section = section == null ? "_" : "_"+section+"_";
128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p…
317 var section = basePath.substring(1,basePath.indexOf("/",1));
318 writeCookie("height", resizePackagesNav.css("height"), section, null);
374 var section = basePath.substring(1,basePath.indexOf("/",1));
375 section = section.indexOf("training") != -1 ? "resources" : section;
376 writeCookie("width", sidenavWidth, section, null);
Dandroid-developer-docs.css663 the details section for constants,
/build/make/tools/fs_config/
DREADME32 options to be specified. The first section type is the "caps" section.
34 The "caps" section follows the following syntax:
55 AID section documented below.
72 section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
75 The next section type is the "AID" section, for specifying OEM specific AIDS.
77 The AID section follows the following syntax:
Dfs_config_generator.py551 for section in config.sections():
559 if all([config.has_option(section, item) for item in options]):
561 handler(file_name, section, config)
566 sys.exit('Invalid section "%s" in file: "%s"' % (section,
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css235 /* section header divs */
236 /* expanded section header divs */
246 #nav li.selected .nav-section-header a {
249 #nav .nav-section-header {
253 /* section header links */ }
254 #nav .nav-section-header a {
258 #nav .nav-section-header:after {
267 #nav .nav-section-header.empty:after {
269 #nav li.expanded .nav-section-header {
271 #nav li.expanded .nav-section-header:after {
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css262 /* section header divs */
263 /* expanded section header divs */
275 #nav .nav-section-header {
279 #nav li.selected a, #nav li.selected > .nav-section-header > a {
285 #nav .nav-section .nav-section .nav-section-header {
288 /* section header links */
294 #nav .nav-section-header:after {
303 #nav .nav-section-header.empty {
305 #nav .nav-section-header.empty:after {
308 #nav .nav-section .nav-section {
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js716 var section = $(this).closest('li.nav-section');
717 if (section.hasClass('expanded')) {
719 section.find('ul').slideUp(250, function() {
721 section.closest('li').removeClass('expanded');
722 $('li.nav-section', section).removeClass('expanded');
732 section.closest('li').addClass('expanded');
733 section.children('ul').slideDown(250, function() {
981 var section = basePath.substring(1,basePath.indexOf("/",1));
982 writeCookie("height", resizePackagesNav.css("height"), section);
1063 function writeCookie(cookie, val, section) { argument
[all …]
Dandroid_3p-bundle.js2478 …ls|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|vide…
/build/make/tools/droiddoc/templates-ndk/components/
Dmasthead.cs108 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
154 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt124 Thus, it is not the intent of this section to claim rights or contest
210 If any portion of this section is held invalid or unenforceable under
211 any particular circumstance, the balance of the section is intended to
212 apply and the section as a whole is intended to apply in other
215 It is not the purpose of this section to induce you to infringe any
217 such claims; this section has the sole purpose of protecting the
226 This section is intended to make thoroughly clear what is believed to
Dandroid-developer-docs.css1855 the details section for constants,
/build/make/core/
DLINUX_KERNEL_COPYING140 Thus, it is not the intent of this section to claim rights or contest
226 If any portion of this section is held invalid or unenforceable under
227 any particular circumstance, the balance of the section is intended to
228 apply and the section as a whole is intended to apply in other
231 It is not the purpose of this section to induce you to infringe any
233 such claims; this section has the sole purpose of protecting the
242 This section is intended to make thoroughly clear what is believed to
Dbase_rules.mk151 $(warning * section of a product makefile to have it installed.)
/build/soong/docs/
Dmap_files.md35 see the "Tags" section.
Dbest_practices.md243 [Referencing Modules](../README.md#referencing-modules) section of the Soong
/build/blueprint/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/build/make/
DChanges.md137 line generated by those tools. See the [export section](#export_keyword) below