Home
last modified time | relevance | path

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

12

/bionic/libc/arch-arm/bionic/
Dcrtend.S29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
39 .section .note.GNU-stack,"",%progbits
Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
Dcrtend_so.S30 .section .note.GNU-stack,"",%progbits
/bionic/libc/arch-x86/bionic/
Dcrtend.S1 .section .preinit_array, "aw"
4 .section .init_array, "aw"
7 .section .fini_array, "aw"
10 .section .eh_frame,"a",@progbits
Dcrtend_so.S1 .section .init_array, "aw"
4 .section .fini_array, "aw"
7 .section .eh_frame,"a",@progbits
Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
/bionic/libc/arch-mips/bionic/
Dcrtend.S29 .section .preinit_array, "aw"
32 .section .init_array, "aw"
35 .section .fini_array, "aw"
Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
Dcrtend_so.S1 .section .init_array, "aw"
4 .section .fini_array, "aw"
/bionic/libc/netbsd/nameser/
Dns_parse.c79 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.h33 __attribute__ ((section (".bss")))
D__dso_handle_so.h31 __attribute__ ((section (".data")))
Darpa_nameser.h129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
/bionic/linker/arch/arm/
Dbegin.S42 .section .ctors, "wa"
/bionic/libc/bionic/
Dcrtbrand.c57 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
/bionic/libc/kernel/common/linux/
Dlinkage.h49 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
Dinit.h34 #define __INIT .section ".init.text","ax"
36 #define __INITDATA .section ".init.data","aw"
Djiffies.h61 #define __jiffy_data __attribute__((section(".data")))
Dspinlock.h34 #define __lockfunc fastcall __attribute__((section(".spinlock.text")))
Dmoduleparam.h35 …char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((section(".modinfo"),unuse…
/bionic/linker/arch/mips/
Dbegin.S104 .section .ctors, "wa"
/bionic/libc/arch-x86/string/
Dstrcat.S11 .section .gnu.warning.strcat
/bionic/libc/netbsd/resolv/
Dres_debug.c160 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/
Dasm.h119 #define RCSID(x) .section ".ident"; .asciz x
/bionic/libc/kernel/
DREADME.TXT4 section at the end of this document.
116 this section describes the action performed by the cleanup program(s) when they

12