/bionic/libc/arch-common/bionic/ |
D | crtend.S | 31 .section .preinit_array, "aw" 35 .section .init_array, "aw" 39 .section .fini_array, "aw" 44 .section .note.GNU-stack,"",%progbits 47 .section .eh_frame,"a",@progbits
|
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
D | __dso_handle.h | 34 __attribute__ ((section (".data"))) 36 __attribute__ ((section (".bss")))
|
D | crtend_so.S | 30 .section .note.GNU-stack,"",%progbits 33 .section .eh_frame,"a",@progbits
|
D | __dso_handle_so.h | 31 __attribute__ ((section (".data")))
|
D | crtbrand.S | 29 .section .note.android.ident,"a",%note
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument 92 if (section != ns_s_qd) { in ns_skiprr() 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 148 tmp = section; in ns_parserr() 149 if (tmp < 0 || section >= ns_s_max) in ns_parserr() 151 if (section != handle->_sect) in ns_parserr() 152 setsection(handle, section); in ns_parserr() 157 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 160 setsection(handle, section); in ns_parserr() 162 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in ns_parserr() [all …]
|
/bionic/libc/arch-arm64/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/libc/arch-mips/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/libc/arch-mips64/bionic/ |
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/tests/ |
D | gtest_preinit_debuggerd.cpp | 23 __attribute__((section(".preinit_array"), __used__))
|
/bionic/libc/arch-arm/bionic/ |
D | kuser_helper_on.S | 28 .section .note.android.kuser_helper_on,"a",%note
|
/bionic/tests/libs/ |
D | preinit_syscall_test_helper.cpp | 33 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
D | preinit_getauxval_test_helper.cpp | 32 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
D | cfi_test_helper.cpp | 41 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.cc | 53 static Elf_Data* GetSectionData(Elf_Scn* section) { in GetSectionData() argument 54 Elf_Data* data = elf_getdata(section, NULL); in GetSectionData() 55 CHECK(data && elf_getdata(section, data) == NULL); in GetSectionData() 61 static void RewriteSectionData(Elf_Scn* section, in RewriteSectionData() argument 64 Elf_Data* data = GetSectionData(section); in RewriteSectionData() 197 Elf_Scn* section = NULL; in Load() local 198 while ((section = elf_nextscn(elf, section)) != nullptr) { in Load() 199 auto section_header = ELF::getshdr(section); in Load() 214 found_relocations_section = section; in Load() 223 found_dynamic_section = section; in Load() [all …]
|
D | elf_file.h | 83 static void ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size,
|
/bionic/libm/x86_64/ |
D | e_hypot.S | 179 .section .rodata, "a" 194 .section .note.GNU-stack, "" 196 .section .eh_frame,"a",@progbits
|
D | e_log.S | 212 .section .rodata, "a" 759 .section .note.GNU-stack, "" 761 .section .eh_frame,"a",@progbits
|
D | e_log10.S | 224 .section .rodata, "a" 787 .section .note.GNU-stack, "" 789 .section .eh_frame,"a",@progbits
|
D | s_atan.S | 216 .section .rodata, "a" 907 .section .note.GNU-stack, "" 909 .section .eh_frame,"a",@progbits
|
D | s_cbrt.S | 203 .section .rodata, "a" 734 .section .note.GNU-stack, "" 736 .section .eh_frame,"a",@progbits
|
/bionic/linker/ |
D | ld.config.format.md | 14 This part of the document maps location of an executable to a section. Here is an example 18 The mappings should be defined between start of ld.config.txt and the first section. 22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces 28 # The following line maps section to a dir. Binraies ran from this location will use namespaces
|
/bionic/libm/x86/ |
D | e_hypot.S | 204 .section .rodata, "a" 219 .section .note.GNU-stack, ""
|
/bionic/libc/arch-x86/generic/string/ |
D | strcat.S | 11 .section .gnu.warning.strcat
|