Searched refs:sections (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 564 struct obj_section **sections; member 1785 relsec = f->sections[i]; in arch_create_got() 1789 symsec = f->sections[relsec->header.sh_link]; in arch_create_got() 1790 strsec = f->sections[symsec->header.sh_link]; in arch_create_got() 1872 name = f->sections[extsym->st_shndx]->name; in arch_create_got() 2112 return sym->value + f->sections[sym->secidx]->header.sh_addr; in obj_symbol_final_value() 2123 if (strcmp(f->sections[i]->name, name) == 0) in obj_find_section() 2124 return f->sections[i]; in obj_find_section() 2172 f->sections = xrealloc_vector(f->sections, 2, newidx); in helper_create_alloced_section() 2173 f->sections[newidx] = sec = arch_new_section(); in helper_create_alloced_section() [all …]
|
/busybox-1.35.0/miscutils/ |
D | man.c | 243 static int is_section_name(const char *sections, const char *str) in is_section_name() argument 245 const char *s = strstr(sections, str); in is_section_name()
|
/busybox-1.35.0/ |
D | Makefile.flags | 55 … += $(call cc-option,-fno-builtin-strlen -fomit-frame-pointer -ffunction-sections -fdata-sections,)
|
D | LICENSE | 123 identifiable sections of that work are not derived from the Program, 126 sections when you distribute them as separate works. But when you 127 distribute the same sections as part of a whole which is a work based
|
D | Config.in | 430 sections of running binaries, but allows for runtime dynamic
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | README | 17 Please read the WARNING, DISCLAIMER and PATENTS sections in this file.
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 21 According to ISO 10646-1:2000, sections D.7 and 2.3c, a device
|
D | style-guide.txt | 530 sections.
|
/busybox-1.35.0/configs/ |
D | android_defconfig | 70 # -ffunction-sections -fomit-frame-pointer
|