Searched refs:section (Results 426 - 450 of 566) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dsnmpd.h124 char section[LM_SECTION_MAX + 1]; /* and index */ member in struct:lmodule
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex61 \section{Introduction}
107 \section{The Flattened Tree}
145 that need recalculation if a section is inserted or removed with
216 The memory reserve map section gives a list of regions of memory that
314 \section{The Device Tree Compiler}
512 \section{Future Work}
557 \section*{About the authors}
580 \section*{Legal Statement}
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjfiles.h146 here, (currently at least) means a BFD section, and the sections
157 CORE_ADDR addr; /* lowest address in section */
158 CORE_ADDR endaddr; /* 1+highest address in section */
170 struct bfd_section *the_bfd_section; /* BFD section pointer */
172 /* Objfile this section is part of. */
175 /* True if this "overlay section" is mapped into an "overlay region". */
392 /* Set of relocation offsets to apply to each section.
407 should correspond to the section indexes used by bfd for the
416 /* These pointers are used to locate the section table, which
575 asection * section);
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Ddis-asm.h82 /* Some targets need information about the current section to accurately
85 asection *section; member in struct:disassemble_info
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S43 .section .sdata
196 (p6) add r18=r17,in0 // found rela section
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dputssjis.s32 .section .putssjis, "awx", @progbits
/freebsd-9.3-release/sys/i386/xen/
H A Dlocore.s68 .section __xen_guest
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h635 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dwrite.c360 /* Reset the section indices after removing the gas created sections. */
372 chain_frchains_together_1 (segT section, struct frchain *frchp) argument
384 if (seg_info (section)->fix_root == (fixS *) NULL)
385 seg_info (section)->fix_root = frchp->fix_root;
387 seg_info (section)->fix_tail = frchp->fix_tail;
399 segT section,
406 info = seg_info (section);
409 = chain_frchains_together_1 (section, info->frchainP);
711 section symbols. */
772 shared libs), we can't replace it with the section symbo
398 chain_frchains_together(bfd *abfd ATTRIBUTE_UNUSED, segT section, void *xxx ATTRIBUTE_UNUSED) argument
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c66 Puts <string> into output .exp file in the .rdata section
70 in the output .drectve section. The linker will
77 .drectve section. The linker will see this and act
81 A -export:<name> in a .drectve section in an input .o or .a
100 asm (".section .drectve");
114 asm (".section .drectve");
199 /* .idata section description
201 The .idata section is the import table. It is a collection of several
317 file. This roughly parallels the structure of the .idata section
1237 /* Look for a list of symbols to export in the .drectve section o
[all...]
H A Dobjcopy.c115 struct section_list * next; /* Next section to change. */
118 bfd_boolean remove; /* Whether to remove this section. */
119 bfd_boolean copy; /* Whether to copy this section. */
124 bfd_boolean set_flags; /* Whether to set the section flags. */
125 flagword flags; /* What to set the section flags to. */
141 /* Changes to section addresses. */
162 /* Next section to add. */
164 /* Name of section to add. */
166 /* Name of file holding section contents. */
172 /* BFD section, afte member in struct:section_add
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c80 section * darwin_sections[NUM_DARWIN_SECTIONS];
85 /* A get_unnamed_section callback used to switch to an ObjC section.
1102 section *
1106 section *base_section;
1236 section *
1303 fprintf (asm_out_file, "\t.section %s\n", name);
1479 will be relocated according to the second section, not the first,
1541 /* Output an offset in a DWARF section on Darwin. On Darwin, DWARF section
1543 section neve
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dnode.c352 temp->section = current_section;
812 if (ref->section == level)
813 ref->section = this_section - 1;
822 if (ref->section == (this_section - 1)
839 while (ref->section == this_section - 1
1090 /* Change the section only if there was a sectioning command. */
1789 /* Maybe we want a Local Variables section. */
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c440 struct bfd_section *section; local
451 section = bfd_get_section_by_name (core_bfd, section_name);
452 if (! section)
456 size = bfd_section_size (core_bfd, section);
460 if (! bfd_get_section_contents (core_bfd, section, last_thr_name,
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c1161 dns_section_t section; local
1167 for (section = DNS_SECTION_ANSWER;
1168 section <= DNS_SECTION_ADDITIONAL;
1169 section++) {
1170 result = dns_message_findname(client->message, section,
1182 if (section == DNS_SECTION_ADDITIONAL)
1240 * We treat type A additional section processing as if it
1241 * were "any address type" additional section processing.
1348 * NS records cause both the usual additional section
1387 * section
2171 query_dns64(ns_client_t *client, dns_name_t **namep, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, isc_buffer_t *dbuf, dns_section_t section) argument
2351 query_filter64(ns_client_t *client, dns_name_t **namep, dns_rdataset_t *rdataset, isc_buffer_t *dbuf, dns_section_t section) argument
2488 query_addrrset(ns_client_t *client, dns_name_t **namep, dns_rdataset_t **rdatasetp, dns_rdataset_t **sigrdatasetp, isc_buffer_t *dbuf, dns_section_t section) argument
5120 dns_section_t section = DNS_SECTION_ADDITIONAL; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c2185 dns_section_t section; local
2248 section = DNS_SECTION_ANSWER;
2249 POST(section);
2259 section = DNS_SECTION_ANSWER;
2261 section = DNS_SECTION_AUTHORITY;
2267 result = dns_message_firstname(rcvmsg, section);
2274 dns_message_currentname(rcvmsg, section, &name);
2280 if (section == DNS_SECTION_ANSWER) {
2294 result = dns_message_nextname(rcvmsg, section);
2684 dns_section_t section local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c166 /* Which .reloc section? */
172 /* Is this against read-only section? */
314 /* For every got, this is the section. */
731 /* A dynamic relocation to copy the target into our .dynbss section. */
1110 /* Handle an Alpha specific section when reading an object file. This
1111 is called when bfd_section_from_shdr finds a section with an unknown
1154 /* Convert Alpha specific section flags to bfd internal section flags. */
1165 /* Set the correct type for an Alpha ELF section. We do this by the
1166 section nam
1325 elf64_alpha_read_ecoff_info(bfd *abfd, asection *section, struct ecoff_debug_info *debug) argument
1428 elf64_alpha_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Dbfd-in2.h3 "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c",
243 /* Text section is write protected (if D_PAGED is not set, this is
288 #define bfd_get_section(x) ((x)->section)
289 #define bfd_get_output_section(x) ((x)->section->output_section)
290 #define bfd_set_section(x,y) ((x)->section) = (y)
291 #define bfd_asymbol_base(x) ((x)->section->vma)
294 /*Perhaps future: #define bfd_asymbol_bfd(x) ((x)->section->owner)*/
328 bfd_vma offset; /* Offset into section. */
364 /* Return TRUE if section has been discarded. */
507 /* The first .stabstr section
4518 struct bfd_section *section; member in struct:bfd_symbol
[all...]
H A Dlibbfd.h64 asection section; member in struct:section_hash_entry
474 /* Create a new section entry. */
523 /* Generic routine to mark section as supplying symbols only. */
572 /* Write out the .stab section when linking stabs in sections. */
582 /* Find an offset within a .stab section when linking stabs in
588 /* Register a SEC_MERGE section as a candidate for merging. */
598 /* Write out a merged section. */
603 /* Find an offset within a modified SEC_MERGE section. */
612 /* Create an XCOFF .debug section style string table. */
2003 asection *section,
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c107 Import section of PE made following way: there's a vector of structures
122 fixup entry contains pointer to symbol's address within .text section
615 if (symbols[j]->section != &bfd_und_section
807 exported_symbol_sections[i] = blhe->u.def.section;
809 exported_symbol_sections[i] = blhe->u.c.p->section;
873 einfo ("%X%P: can not create .edata section: %E\n");
888 einfo ("%X%P: can not create .reloc section: %E\n");
897 /* Gather all the exported symbols and build the .edata section. */
1169 /* Gather all the relocations and build the .reloc section. */
1217 einfo ("DJ: zero vma section relo
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A DMakefile.am337 $(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.conf.def
343 $(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.keys.def
408 $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpd-opts.def
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex129 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi
971 % after a section heading. If WORD is `insert', then do indent at such
1058 % to a command which sets the catcodes (such as @item or @section).
1203 % We have to set dummies so commands such as @code in a section title
1220 % #1 is the section text. #2 is the pdf expression for the number
1227 % page number. We could generate a destination for the section
1228 % text in the case where a section has no node, but it doesn't
2386 % If the document has an @itemize directly after a section title, a
3813 % outlines by their "section number". We avoid collisions with chapter
3866 % page headings and footings can use it. @section doe
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex130 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi
972 % after a section heading. If WORD is `insert', then do indent at such
1059 % to a command which sets the catcodes (such as @item or @section).
1204 % We have to set dummies so commands such as @code in a section title
1221 % #1 is the section text. #2 is the pdf expression for the number
1228 % page number. We could generate a destination for the section
1229 % text in the case where a section has no node, but it doesn't
2459 % If the document has an @itemize directly after a section title, a
3885 % outlines by their "section number". We avoid collisions with chapter
3938 % page headings and footings can use it. @section doe
[all...]
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h5 "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c",
249 /* Text section is write protected (if D_PAGED is not set, this is
294 #define bfd_get_section(x) ((x)->section)
295 #define bfd_get_output_section(x) ((x)->section->output_section)
296 #define bfd_set_section(x,y) ((x)->section) = (y)
297 #define bfd_asymbol_base(x) ((x)->section->vma)
300 /*Perhaps future: #define bfd_asymbol_bfd(x) ((x)->section->owner)*/
334 bfd_vma offset; /* Offset into section. */
370 /* Return TRUE if section has been discarded. */
513 /* The first .stabstr section
4525 struct bfd_section *section; member in struct:bfd_symbol
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex130 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi
995 % after a section heading. If WORD is `insert', then do indent at such
1082 % to a command which sets the catcodes (such as @item or @section).
1283 % such as \, aren't expanded when present in a section title.
1305 % #1 is the section text, which is what will be displayed in the
1313 % page number. We could generate a destination for the section
1314 % text in the case where a section has no node, but it doesn't
2560 % If the document has an @itemize directly after a section title, a
3987 % outlines by their "section number". We avoid collisions with chapter
4040 % page headings and footings can use it. @section doe
[all...]

Completed in 676 milliseconds

<<11121314151617181920>>