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

12

/fuchsia/zircon/third_party/ulib/uboringssl/
H A Dstack-note.S5 .section .note.GNU-stack,""
/fuchsia/zircon/system/ulib/zircon/
H A Ddata.S10 .section .rodata.vdso_constants,"a",%progbits
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dns_parse.c64 int ns_skiprr(const unsigned char* ptr, const unsigned char* eom, ns_sect section, int count) { argument
75 if (section != ns_s_qd) {
91 int ns_parserr(ns_msg* handle, ns_sect section, int rrnum, ns_rr* rr) { argument
94 if ((int)section < 0 || section >= ns_s_max)
96 if (section != handle->_sect) {
97 handle->_sect = section;
99 handle->_msg_ptr = handle->_sections[section];
103 if (rrnum < 0 || rrnum >= handle->_counts[section])
107 handle->_msg_ptr = handle->_sections[section];
[all...]
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink-sancov.S9 .section .text._dynlink_sancov_trace_pc_guard,"ax",%progbits
/fuchsia/zircon/kernel/lib/vdso/include/lib/
H A Drodso-asm.h12 // Define a special read-only, page-aligned data section called NAME
22 .section .rodata.rodso_image.\name,"a"
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-start.S17 .section .multiboot.header,"a",%progbits
34 .section .text._start,"ax",%progbits
67 .section .bss.stack,"aw",%nobits
/fuchsia/zircon/kernel/arch/arm64/
H A Duser_copy.S24 .section .text._arm64_user_copy,"ax"
54 .section .text.cold._arm64_user_copy,"ax"
H A Dmexec.S26 .section .text
H A Dstart.S313 .section .bss.prebss.translation_table, "aw", @nobits
H A Dexceptions.S15 .section .text.boot.vectab,"ax",@progbits
/fuchsia/zircon/system/uapp/sysconfig/
H A Dsysconfig.c31 " sysconfig read <section> [key]*\n"
32 " sysconfig write <section> [key=value]*\n"
33 " sysconfig edit <section> [key=value]*\n"
35 "Where <section> is one of: {version-a, version-b, boot-default, boot-oneshot}\n"
39 "write: Write the provided key/value pairs to the specified section.\n"
40 "edit: Write the provided key/value pairs to the specified section,\n"
125 const char* section = *argv++; local
127 if (!strcmp(section, "version-a")) {
129 } else if (!strcmp(section, "version-b")) {
131 } else if (!strcmp(section, "boo
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dacpi.S18 .section .text
H A Dgdt.S13 .section .rodata.gdt,"a",%progbits
H A Dstart16.S18 // safely (see gen-kaslr-fixups.sh). This section name is specially known
20 .section .text.bootstrap16,"ax",%progbits
H A Dstart.S145 // This section name is known specially to kernel.ld and gen-kaslr-fixups.sh.
148 .section .text.boot, "ax", @progbits
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Dboot-shim.S20 .section .text.boot0,"ax"
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcrypto.c123 #pragma section(".CRT$XCU", read)
/fuchsia/zircon/kernel/syscalls/
H A Dsystem.cpp159 /* Takes a buffer to a bootimage and appends a section to the end of it,
160 * returning a pointer to where the section payload can be written. */
163 uint32_t extra, uint32_t flags, uint8_t** section) {
176 // append the new section.
195 *section = bootdata_buf;
200 /* Takes a buffer to a bootimage and appends a section to the end of it,
201 * including copying the |section_length| bytes of data from |section| into the
204 const uint8_t* section, uint32_t section_length,
213 memcpy(bootdata_section, section, section_length);
161 bootdata_append_section(uint8_t* bootdata_buf, size_t buflen, uint32_t section_length, uint32_t type, uint32_t extra, uint32_t flags, uint8_t** section) argument
203 bootdata_append_section(uint8_t* bootdata_buf, size_t buflen, const uint8_t* section, uint32_t section_length, uint32_t type, uint32_t extra, uint32_t flags) argument
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h107 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
H A Djemalloc.h191 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtsd.c157 # pragma section(".CRT$XLY",long,read)
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c45 Debug (1, "section table outside of image? (%lu > %lu)\n",
55 elf_w (string_table) (struct elf_image *ei, int section) argument
64 str_soff = soff + (section * ehdr->e_shentsize);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/md5/asm/
H A Dmd5-x86_64.pl354 .section .pdata
360 .section .xdata
/fuchsia/zircon/third_party/ulib/musl/include/arpa/
H A Dnameser.h56 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/fuchsia/zircon/kernel/arch/arm64/hypervisor/gic/
H A Del2.S56 .section .text.el2,"ax",@progbits

Completed in 114 milliseconds

12