Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash_ptr_hack.c25 struct globals_misc *const ash_ptr_to_globals_misc __attribute__ ((section (".data")));
26 struct globals_memstack *const ash_ptr_to_globals_memstack __attribute__ ((section (".data")));
27 struct globals_var *const ash_ptr_to_globals_var __attribute__ ((section (".data")));
DREADME76 However. This section also says that *function invocation* should act
DConfig.src171 by "History size" setting in library tuning section.
/busybox-1.35.0/libbb/
Dptr_to_globals.c28 struct globals *const ptr_to_globals __attribute__ ((section (".data")));
31 int *const bb_errno __attribute__ ((section (".data")));
Dlineedit_ptr_hack.c21 struct lineedit_statics *const lineedit_ptr_to_statics __attribute__ ((section (".data")));
Dcommon_bufsiz.c71 char *const bb_common_bufsiz1 __attribute__ ((section (".data")));
Dappletlib.c338 smallint section; in parse_config_file() local
356 section = lc = 0; in parse_config_file()
417 section = 1; in parse_config_file()
420 section = -1; /* Unknown section so set to skip. */ in parse_config_file()
426 if (section == 1) { /* SUID */ in parse_config_file()
513 if (!section) { in parse_config_file()
DConfig.src29 bool "Allocate in the .bss section"
/busybox-1.35.0/selinux/
Dsestatus.c70 int pc_ofs = 0, fc_ofs = 0, section = -1; in read_config() local
77 section = 1; in read_config()
79 section = 2; in read_config()
81 if (section == 1 && pc_ofs < npc -1) { in read_config()
84 } else if (section == 2 && fc_ofs < nfc - 1) { in read_config()
/busybox-1.35.0/coreutils/
Dtest_ptr_hack.c21 struct test_statics *const test_ptr_to_statics __attribute__ ((section (".data")));
/busybox-1.35.0/scripts/
Dtrylink272 …$STRIP -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/libbusybox.so.$…
293 $STRIP -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/busybox"
330 $STRIP -s --remove-section=.note --remove-section=.comment $EXE
Dbloat-o-meter46 sym, alias, lut, section = {}, {}, {}, {}
54 section[x[0][1:-1]] = {"name" : x[1]}
72 if ndx in section:
73 sym[section[ndx]["name"]]["size"] -= size
/busybox-1.35.0/
DLICENSE132 Thus, it is not the intent of this section to claim rights or contest
218 If any portion of this section is held invalid or unenforceable under
219 any particular circumstance, the balance of the section is intended to
220 apply and the section as a whole is intended to apply in other
223 It is not the purpose of this section to induce you to infringe any
225 such claims; this section has the sole purpose of protecting the
234 This section is intended to make thoroughly clear what is believed to
DMakefile726 $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \
/busybox-1.35.0/docs/
Dkeep_data_small.txt167 .section .bss.term_orig,"aw",@nobits
174 .section .bss.term_vi,"aw",@nobits
Dnew-applet-HOWTO.txt180 mu_full_usage section, one flag per line.
Dcontributing.txt238 of what it does. (But not before you test it! See the next section for some
366 section, but it is worth mentioning again. A patch sent to the mailing list
Dunicode_UTF-8-test.txt151 character in each of the next 10 tests. (Characters as in section 2) |
Dstyle-guide.txt31 - #defines (if any, note the section below titled "Avoid the Preprocessor")
409 section.)
/busybox-1.35.0/editors/
Dsed1line.txt209 # print section of file from regular expression to end of file
212 # print section of file based on line numbers (lines 8-12, inclusive)
225 # print section of file between two regular expressions (inclusive)
230 # print all of file EXCEPT section between 2 regular expressions
/busybox-1.35.0/modutils/
DConfig.src109 Without this option, -m will only output section
/busybox-1.35.0/procps/
Dps.posix18 -f Generate a full listing. (See the STDOUT section for the con-
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped818 * down here because we want the user's section 1 to have been scanned first.
829 * section 1.
2039 /* Redefine yyless() so it works in section 3 code. */