Home
last modified time | relevance | path

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

1234

/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.S37 .section .preinit_array, "aw"
41 .section .init_array, "aw"
45 .section .fini_array, "aw"
50 .section .note.GNU-stack,"",%progbits
53 .section .eh_frame,"a",@progbits
Dcrtend_so.S36 .section .note.GNU-stack,"",%progbits
39 .section .eh_frame,"a",@progbits
Dcrtbrand.S37 .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/
Dlinker_note_gnu_property_test.cpp100 note = reinterpret_cast<ElfW(NhdrGNUProperty)*>(&section[0]); in GnuPropertySectionBuilder()
115 ElfW(Prop)* prop = reinterpret_cast<ElfW(Prop)*>(&section[offset()]); in push()
121 memcpy(&section[offset()], reinterpret_cast<const void*>(pr_data), pr_datasz); in push()
124 memset(&section[offset()], 0xAA, addition - pr_datasz); in push()
146 auto value = static_cast<unsigned>(section[offs]); in dump()
151 std::cout << static_cast<unsigned>(section[offs]); in dump()
174 alignas(8) uint8_t section[kMaxSectionSize]; member in GnuPropertySectionBuilder
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/tests/
Dgtest_preinit_debuggerd.cpp23 __attribute__((section(".preinit_array"), __used__))
/bionic/libc/arch-arm64/bionic/
Dnote_memtag_heap_async.S34 .section ".note.android.memtag", "a", %note
Dnote_memtag_heap_sync.S34 .section ".note.android.memtag", "a", %note
/bionic/libc/arch-arm/bionic/
Dkuser_helper_on.S31 .section .note.android.kuser_helper_on,"a",%note
/bionic/libm/x86_64/
De_hypot.S179 .section .rodata, "a"
194 .section .note.GNU-stack, "",@progbits
196 .section .eh_frame,"a",@progbits
De_log10.S224 .section .rodata, "a"
787 .section .note.GNU-stack, "",@progbits
789 .section .eh_frame,"a",@progbits
Ds_atan.S216 .section .rodata, "a"
907 .section .note.GNU-stack, "",@progbits
909 .section .eh_frame,"a",@progbits
Ds_cbrt.S203 .section .rodata, "a"
734 .section .note.GNU-stack, "",@progbits
736 .section .eh_frame,"a",@progbits
Ds_log1p.S246 .section .rodata, "a"
809 .section .note.GNU-stack, "",@progbits
811 .section .eh_frame,"a",@progbits
Ds_tanh.S258 .section .rodata, "a"
1372 .section .note.GNU-stack, "",@progbits
1374 .section .eh_frame,"a",@progbits
De_cosh.S253 .section .rodata, "a"
1352 .section .note.GNU-stack, "",@progbits
1354 .section .eh_frame,"a",@progbits
/bionic/libm/x86/
De_hypot.S204 .section .rodata, "a"
219 .section .note.GNU-stack, "",@progbits
/bionic/libc/dns/resolv/
Dres_debug.c168 ns_msg *handle, ns_sect section, in do_section() argument
193 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
204 p_section(section, opcode)); in do_section()
205 if (section == ns_s_qd) in do_section()
210 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
646 p_section(int section, int opcode) { in p_section() argument
657 return (sym_ntos(symbols, section, (int *)0)); in p_section()
/bionic/libc/arch-x86/generic/string/
Dstrcat.S11 .section .gnu.warning.strcat

1234