Searched refs:section (Results 1 – 23 of 23) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash_ptr_hack.c | 25 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")));
|
D | README | 76 However. This section also says that *function invocation* should act
|
D | Config.src | 171 by "History size" setting in library tuning section.
|
/busybox-1.35.0/libbb/ |
D | ptr_to_globals.c | 28 struct globals *const ptr_to_globals __attribute__ ((section (".data"))); 31 int *const bb_errno __attribute__ ((section (".data")));
|
D | lineedit_ptr_hack.c | 21 struct lineedit_statics *const lineedit_ptr_to_statics __attribute__ ((section (".data")));
|
D | common_bufsiz.c | 71 char *const bb_common_bufsiz1 __attribute__ ((section (".data")));
|
D | appletlib.c | 338 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()
|
D | Config.src | 29 bool "Allocate in the .bss section"
|
/busybox-1.35.0/selinux/ |
D | sestatus.c | 70 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/ |
D | test_ptr_hack.c | 21 struct test_statics *const test_ptr_to_statics __attribute__ ((section (".data")));
|
/busybox-1.35.0/scripts/ |
D | trylink | 272 …$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
|
D | bloat-o-meter | 46 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/ |
D | LICENSE | 132 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
|
D | Makefile | 726 $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 167 .section .bss.term_orig,"aw",@nobits 174 .section .bss.term_vi,"aw",@nobits
|
D | new-applet-HOWTO.txt | 180 mu_full_usage section, one flag per line.
|
D | contributing.txt | 238 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
|
D | unicode_UTF-8-test.txt | 151 character in each of the next 10 tests. (Characters as in section 2) |
|
D | style-guide.txt | 31 - #defines (if any, note the section below titled "Avoid the Preprocessor") 409 section.)
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 209 # 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/ |
D | Config.src | 109 Without this option, -m will only output section
|
/busybox-1.35.0/procps/ |
D | ps.posix | 18 -f Generate a full listing. (See the STDOUT section for the con-
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 818 * 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. */
|