/bionic/libc/arch-arm/bionic/ |
D | crtend.S | 29 .section .preinit_array, "aw" 32 .section .init_array, "aw" 35 .section .fini_array, "aw" 39 .section .note.GNU-stack,"",%progbits
|
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
D | crtend_so.S | 30 .section .note.GNU-stack,"",%progbits
|
/bionic/libc/arch-x86/bionic/ |
D | crtend.S | 1 .section .preinit_array, "aw" 4 .section .init_array, "aw" 7 .section .fini_array, "aw" 10 .section .eh_frame,"a",@progbits
|
D | crtend_so.S | 1 .section .init_array, "aw" 4 .section .fini_array, "aw" 7 .section .eh_frame,"a",@progbits
|
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
/bionic/libc/arch-mips/bionic/ |
D | crtend.S | 29 .section .preinit_array, "aw" 32 .section .init_array, "aw" 35 .section .fini_array, "aw"
|
D | crtbegin.c | 33 __attribute__ ((section (".preinit_array"))) 36 __attribute__ ((section (".init_array"))) 39 __attribute__ ((section (".fini_array")))
|
D | crtend_so.S | 1 .section .init_array, "aw" 4 .section .fini_array, "aw"
|
/bionic/libc/netbsd/nameser/ |
D | ns_parse.c | 79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument 89 if (section != ns_s_qd) { in ns_skiprr() 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 144 if ((unsigned)section >= (unsigned)ns_s_max) in ns_parserr() 146 if (section != handle->_sect) in ns_parserr() 147 setsection(handle, section); in ns_parserr() 152 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 155 setsection(handle, section); in ns_parserr() 157 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in ns_parserr() 176 if (section == ns_s_qd) { in ns_parserr() [all …]
|
/bionic/libc/private/ |
D | __dso_handle.h | 33 __attribute__ ((section (".bss")))
|
D | __dso_handle_so.h | 31 __attribute__ ((section (".data")))
|
D | arpa_nameser.h | 129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
|
/bionic/linker/arch/arm/ |
D | begin.S | 42 .section .ctors, "wa"
|
/bionic/libc/bionic/ |
D | crtbrand.c | 57 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
|
/bionic/libc/kernel/common/linux/ |
D | linkage.h | 49 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
|
D | init.h | 34 #define __INIT .section ".init.text","ax" 36 #define __INITDATA .section ".init.data","aw"
|
D | jiffies.h | 61 #define __jiffy_data __attribute__((section(".data")))
|
D | spinlock.h | 34 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
|
D | moduleparam.h | 35 …char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unuse…
|
/bionic/linker/arch/mips/ |
D | begin.S | 104 .section .ctors, "wa"
|
/bionic/libc/arch-x86/string/ |
D | strcat.S | 11 .section .gnu.warning.strcat
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 160 ns_msg *handle, ns_sect section, in do_section() argument 185 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section() 196 p_section(section, opcode)); in do_section() 197 if (section == ns_s_qd) in do_section() 202 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section() 574 p_section(int section, int opcode) { in p_section() argument 585 return (sym_ntos(symbols, section, (int *)0)); in p_section()
|
/bionic/libc/arch-arm/include/machine/ |
D | asm.h | 119 #define RCSID(x) .section ".ident"; .asciz x
|
/bionic/libc/kernel/ |
D | README.TXT | 4 section at the end of this document. 116 this section describes the action performed by the cleanup program(s) when they
|