/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-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 | crtend_so.S | 30 .section .note.GNU-stack,"",%progbits 33 .section .eh_frame,"a",@progbits
|
D | crtbrand.S | 29 .section .note.android.ident,"a",%note
|
/bionic/tests/libs/ |
D | segment_gap_outer.cpp | 5 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];
|
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 | 43 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
|
/bionic/libc/arch-x86/bionic/ |
D | __x86.get_pc_thunk.S | 33 .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/ |
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. Binaries ran from this location will use namespaces
|
/bionic/libm/x86_64/ |
D | e_hypot.S | 179 .section .rodata, "a" 194 .section .note.GNU-stack, "" 196 .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 | e_log10.S | 224 .section .rodata, "a" 787 .section .note.GNU-stack, "" 789 .section .eh_frame,"a",@progbits
|
D | s_cbrt.S | 203 .section .rodata, "a" 734 .section .note.GNU-stack, "" 736 .section .eh_frame,"a",@progbits
|
D | e_cosh.S | 253 .section .rodata, "a" 1352 .section .note.GNU-stack, "" 1354 .section .eh_frame,"a",@progbits
|
D | s_tanh.S | 258 .section .rodata, "a" 1372 .section .note.GNU-stack, "" 1374 .section .eh_frame,"a",@progbits
|
D | s_log1p.S | 246 .section .rodata, "a" 809 .section .note.GNU-stack, "" 811 .section .eh_frame,"a",@progbits
|
D | e_sinh.S | 305 .section .rodata, "a" 1410 .section .note.GNU-stack, "" 1412 .section .eh_frame,"a",@progbits
|
/bionic/tests/ |
D | gtest_preinit_debuggerd.cpp | 23 __attribute__((section(".preinit_array"), __used__))
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 150 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/ |
D | kuser_helper_on.S | 29 .section .note.android.kuser_helper_on,"a",%note
|
/bionic/libm/x86/ |
D | e_hypot.S | 204 .section .rodata, "a" 219 .section .note.GNU-stack, ""
|
D | s_cos.S | 319 .section .rodata, "a" 891 .section .note.GNU-stack, ""
|
D | s_sin.S | 326 .section .rodata, "a" 906 .section .note.GNU-stack, ""
|
D | s_cbrt.S | 230 .section .rodata, "a" 737 .section .note.GNU-stack, ""
|