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

123

/haiku/src/system/glue/arch/sparc/
H A Dcrtn.S13 .section .init
15 .section .fini
H A Dcrti.S21 .section .init
26 .section .fini
/haiku/src/system/glue/arch/m68k/
H A Dcrtn.S11 .section .init
15 .section .fini
H A Dcrti.S22 .section .init
26 .section .fini
/haiku/src/system/glue/arch/ppc/
H A Dcrtn.S11 .section .init
15 .section .fini
H A Dcrti.S22 .section .init
26 .section .fini
/haiku/src/system/glue/arch/x86/
H A Dcrtn.S11 .section .init
17 .section .fini
H A Dcrti.S22 .section .init
30 .section .fini
/haiku/src/system/glue/arch/arm64/
H A Dcrtn.S6 .section .init, "ax", @progbits
11 .section .fini, "ax", @progbits
H A Dcrti.S22 .section .init, "ax", @progbits
28 .section .fini, "ax", @progbits
/haiku/src/system/glue/arch/riscv64/
H A Dcrtn.S11 .section .init
17 .section .fini
H A Dcrti.S22 .section .init
28 .section .fini
/haiku/src/system/glue/arch/arm/
H A Dcrtn.S14 .section .init
19 .section .fini
H A Dcrti.S25 .section .init
30 .section .fini
/haiku/src/system/glue/
H A Dcrtend.c14 __attribute__((section(".eh_frame"), used)) = { 0 };
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = { 0 };
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = { 0 };
H A Dcrtbegin.c19 __attribute__((section(".eh_frame"), aligned(4), visibility("hidden"))) = {};
34 __attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
63 __attribute__((section(".dtors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
67 __attribute__((section(".init_array"), used))
90 __attribute__((section(".fini_array"), used))
/haiku/src/system/glue/arch/x86_64/
H A Dcrtn.S14 .section .init
23 .section .fini
H A Dcrti.S25 .section .init
36 .section .fini
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dstart.cpp21 extern "C" void __attribute__((section(".text.start")))
/haiku/src/system/libroot/os/
H A Dsystem_revision.c11 // Lives in a separate section so that it can easily be found.
13 __attribute__((section("_haiku_revision")));
/haiku/src/system/boot/platform/riscv/
H A Dcrt0.S7 .section .bss.stack
16 .section .text.head
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c88 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
98 if (section != ns_s_qd) {
149 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
153 /* Make section right. */
154 tmp = section;
155 if (tmp < 0 || section >= ns_s_max)
157 if (section != handle->_sect)
158 setsection(handle, section);
163 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
166 setsection(handle, section);
212 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp206 fHeader->sh_size, "Failed to read section!\n");
227 printf("section %32s: size: %lu\n", GetName(), GetSize());
234 ElfSymbol::ElfSymbol(ElfSection* section, int32 index) argument
235 : fSection(section),
249 ElfSymbol::SetTo(ElfSection* section, int32 index) argument
252 fSection = section;
330 ElfRelocation::ElfRelocation(ElfSection* section, int32 index) argument
331 : fSection(section),
345 ElfRelocation::SetTo(ElfSection* section, int32 index) argument
348 fSection = section;
453 ElfSection* section = NULL; local
483 ElfSection* section = fFile->SectionAt(fSectionIndex); local
575 ElfSection* section = NULL; local
709 ElfSection& section = fSections[index]; local
[all...]
H A DElfFile.h46 ElfSymbol(ElfSection* section = NULL,
50 void SetTo(ElfSection* section, int32 index);
68 ElfRelocation(ElfSection* section = NULL,
72 void SetTo(ElfSection* section, int32 index);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css40 section>*, chapter>*, bibliography>*, appendix>*, glossary>*, preface>*,
58 * is a section or title. Titles should be allowed to take up the maximum
60 * be given margins because, the *contents* of the section will alreay have
64 section, title, sect1, sect2, sect3, sect4, sect5, bibliodiv {
80 section>title, sect1>title, bibliodiv>title {
84 section>section>title, sect2>title {
89 section>section>section>titl
[all...]

Completed in 260 milliseconds

123