[go: nahoru, domu]

Searched refs:section (Results 1 - 25 of 75) sorted by relevance

123

/bionic/libc/arch-common/bionic/
H A D__dso_handle.h34 __attribute__ ((section (".data")))
36 __attribute__ ((section (".bss")))
H A D__dso_handle_so.h31 __attribute__ ((section (".data")))
H A 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
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
H A Dcrtend_so.S30 .section .note.GNU-stack,"",%progbits
33 .section .eh_frame,"a",@progbits
H A Dcrtbrand.S29 .section .note.android.ident,"a",%note
/bionic/libc/arch-arm64/bionic/
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
/bionic/libc/arch-mips/bionic/
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
/bionic/libc/arch-mips64/bionic/
H A Dcrtbegin.c33 __attribute__ ((section (".preinit_array")))
36 __attribute__ ((section (".init_array")))
39 __attribute__ ((section (".fini_array")))
/bionic/libc/dns/nameser/
H A Dns_parse.c80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
90 if (section != ns_s_qd) {
141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
145 /* Make section right. */
146 tmp = section;
147 if (tmp < 0 || section >= ns_s_max)
149 if (section != handle->_sect)
150 setsection(handle, section);
155 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
158 setsection(handle, section);
204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
/bionic/tools/relocation_packer/src/
H A Delf_file.cc11 // This requires some fixups for symtab/hash/gnu_hash dynamic section addresses.
30 // android packed relocations section.
48 // Get section data. Checks that the section has exactly one data entry,
49 // so that the section size and the data size are the same. True in
51 // by ensuring that a call to elf_getdata(section, data) returns NULL as
53 static Elf_Data* GetSectionData(Elf_Scn* section) { argument
54 Elf_Data* data = elf_getdata(section, NULL);
55 CHECK(data && elf_getdata(section, data) == NULL);
59 // Rewrite section dat
61 RewriteSectionData(Elf_Scn* section, const void* section_data, size_t size) argument
197 Elf_Scn* section = NULL; local
288 Elf_Scn* section = NULL; local
487 Elf_Scn* section = NULL; local
580 ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size, typename ELF::Word new_sh_type, relocations_type_t relocations_type) argument
[all...]
H A Delf_file.h43 // the .rel.dyn or .rela.dyn section, but instead replace relative with
83 static void ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size,
115 // Elf-file has android relocations section
/bionic/libm/x86_64/
H A De_hypot.S179 .section .rodata, "a"
194 .section .note.GNU-stack, ""
196 .section .eh_frame,"a",@progbits
H A De_log.S212 .section .rodata, "a"
759 .section .note.GNU-stack, ""
761 .section .eh_frame,"a",@progbits
H A De_log10.S224 .section .rodata, "a"
787 .section .note.GNU-stack, ""
789 .section .eh_frame,"a",@progbits
H A De_cosh.S253 .section .rodata, "a"
1352 .section .note.GNU-stack, ""
1354 .section .eh_frame,"a",@progbits
H A De_exp.S255 .section .rodata, "a"
616 .section .note.GNU-stack, ""
618 .section .eh_frame,"a",@progbits
H A Ds_atan.S216 .section .rodata, "a"
907 .section .note.GNU-stack, ""
909 .section .eh_frame,"a",@progbits
H A Ds_cbrt.S203 .section .rodata, "a"
734 .section .note.GNU-stack, ""
736 .section .eh_frame,"a",@progbits
H A Ds_log1p.S246 .section .rodata, "a"
809 .section .note.GNU-stack, ""
811 .section .eh_frame,"a",@progbits
H A Ds_tanh.S258 .section .rodata, "a"
1372 .section .note.GNU-stack, ""
1374 .section .eh_frame,"a",@progbits
/bionic/libc/
H A Dcrt.mk7 # For x86, the .init section must point to a function that calls all
8 # entries in the .ctors section. (on ARM this is done through the
9 # .init_array section instead).
11 # For all the platforms, the .fini_array section must point to a function
/bionic/libm/x86/
H A De_hypot.S204 .section .rodata, "a"
219 .section .note.GNU-stack, ""
/bionic/libc/arch-x86/generic/string/
H A Dstrcat.S11 .section .gnu.warning.strcat
/bionic/libc/arch-x86/bionic/
H A D__restore.S61 .section .eh_frame,"a",@progbits; \

Completed in 1387 milliseconds

123