Home
last modified time | relevance | path

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

123

/bionic/libc/dns/nameser/
Dns_parse.c82 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-common/bionic/
Dcrtend.S31 .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
Dcrtend_so.S30 .section .note.GNU-stack,"",%progbits
33 .section .eh_frame,"a",@progbits
Dcrtbrand.S29 .section .note.android.ident,"a",%note
/bionic/tests/libs/
Dsegment_gap_outer.cpp5 extern "C" void __attribute__((section(".custom_text"))) text_before_start_of_gap() {} in text_before_start_of_gap()
6 char __attribute__((section(".custom_bss"))) end_of_gap[0x1000];
Dpreinit_syscall_test_helper.cpp33 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
Dpreinit_getauxval_test_helper.cpp32 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
Dcfi_test_helper.cpp43 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
/bionic/libc/arch-x86/bionic/
D__x86.get_pc_thunk.S33 .section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
44 .section .text.__x86.get_pc_thunk.cx,"axG",@progbits,__x86.get_pc_thunk.cx,comdat
/bionic/linker/
Dld.config.format.md14 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. Binaries ran from this location will use namespaces
/bionic/libm/x86_64/
De_hypot.S179 .section .rodata, "a"
194 .section .note.GNU-stack, ""
196 .section .eh_frame,"a",@progbits
Ds_atan.S216 .section .rodata, "a"
907 .section .note.GNU-stack, ""
909 .section .eh_frame,"a",@progbits
De_log10.S224 .section .rodata, "a"
787 .section .note.GNU-stack, ""
789 .section .eh_frame,"a",@progbits
Ds_cbrt.S203 .section .rodata, "a"
734 .section .note.GNU-stack, ""
736 .section .eh_frame,"a",@progbits
De_cosh.S253 .section .rodata, "a"
1352 .section .note.GNU-stack, ""
1354 .section .eh_frame,"a",@progbits
Ds_tanh.S258 .section .rodata, "a"
1372 .section .note.GNU-stack, ""
1374 .section .eh_frame,"a",@progbits
Ds_log1p.S246 .section .rodata, "a"
809 .section .note.GNU-stack, ""
811 .section .eh_frame,"a",@progbits
De_sinh.S305 .section .rodata, "a"
1410 .section .note.GNU-stack, ""
1412 .section .eh_frame,"a",@progbits
/bionic/tests/
Dgtest_preinit_debuggerd.cpp23 __attribute__((section(".preinit_array"), __used__))
/bionic/libc/dns/resolv/
Dres_debug.c150 ns_msg *handle, ns_sect section, in do_section() argument
175 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
186 p_section(section, opcode)); in do_section()
187 if (section == ns_s_qd) in do_section()
192 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
628 p_section(int section, int opcode) { in p_section() argument
639 return (sym_ntos(symbols, section, (int *)0)); in p_section()
/bionic/libc/arch-arm/bionic/
Dkuser_helper_on.S29 .section .note.android.kuser_helper_on,"a",%note
/bionic/libm/x86/
De_hypot.S204 .section .rodata, "a"
219 .section .note.GNU-stack, ""
Ds_cos.S319 .section .rodata, "a"
891 .section .note.GNU-stack, ""
Ds_sin.S326 .section .rodata, "a"
906 .section .note.GNU-stack, ""
Ds_cbrt.S230 .section .rodata, "a"
737 .section .note.GNU-stack, ""

123