Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/network/
A Dns_parse.c75 if (section != ns_s_qd) { in ns_skiprr()
91 int ns_parserr(ns_msg* handle, ns_sect section, int rrnum, ns_rr* rr) { in ns_parserr() argument
94 if ((int)section < 0 || section >= ns_s_max) in ns_parserr()
96 if (section != handle->_sect) { in ns_parserr()
97 handle->_sect = section; in ns_parserr()
99 handle->_msg_ptr = handle->_sections[section]; in ns_parserr()
103 if (rrnum < 0 || rrnum >= handle->_counts[section]) in ns_parserr()
107 handle->_msg_ptr = handle->_sections[section]; in ns_parserr()
124 if (section != ns_s_qd) { in ns_parserr()
139 if (handle->_rrnum > handle->_counts[section]) { in ns_parserr()
[all …]
/third_party/ulib/uboringssl/
A Dstack-note.S5 .section .note.GNU-stack,""
/third_party/ulib/musl/ldso/
A Ddynlink-sancov.S9 .section .text._dynlink_sancov_trace_pc_guard,"ax",%progbits
/third_party/ulib/uboringssl/crypto/
A Dcrypto.c123 #pragma section(".CRT$XCU", read)
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_macros.h107 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
A Djemalloc_macros.h.in107 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
A Djemalloc.h191 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
/third_party/ulib/jemalloc/src/
A Dtsd.c157 # pragma section(".CRT$XLY",long,read)
A Djemalloc.c230 # pragma section(".CRT$XCU", read)
/third_party/ulib/ngunwind/src/
A Delfxx.c55 elf_w (string_table) (struct elf_image *ei, int section) in elf_w()
64 str_soff = soff + (section * ehdr->e_shentsize); in elf_w()
/third_party/ulib/musl/include/arpa/
A Dnameser.h56 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
/third_party/ulib/usbhost/
A DLICENSE.txt77 (except as stated in this section) patent license to make, have made,
/third_party/tools/android/
A DLICENSE77 (except as stated in this section) patent license to make, have made,
/third_party/dev/ethernet/e1000/
A DREADME168 Identifying Your Adapter section.
/third_party/ulib/musl/include/
A Delf.h1161 Elf32_Section section; member
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl5807 // This next section will contain the packages that the SizeOfOp will be
5841 // The following section will declare the data strings that will be used to
5857 // The following section will declare the buffers that will be used to exercise
5918 // In the following section, this test will cover the SizeOf
8574 // This section was modified from the original iPCO code because
8809 // This section is commented because it is illegal to
8999 // This section is commented because it is illegal to
9176 // This section is commented because it is illegal to
/third_party/lib/acpica/
A Dchanges.txt1022 but not always. See the ACPICA reference guide (section 8.8.6.2.1) for
1063 guide for additional information and examples (section 6.4.6).
1362 Documentation: Added a new section to the ACPICA reference describing the
1364 block zero and one. About 1200 total. See section 4.4.1 of the ACPICA
4605 information. See the new section 4.4 "General Purpose Event (GPE)
4607 for a full overview, and section 8.7 "ACPI General Purpose Event
5957 a "preserved" bit - "OSPM always preserves this bit position", section
8856 FADT definitions were merged into one common section and three different
13137 ambiguity in the ACPI specification. One section of the
13139 block must be zero if the block is not supported. Another section

Completed in 66 milliseconds