Searched refs:section (Results 101 - 125 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/msun/i387/
H A Ds_scalbnl.S22 .section .note.GNU-stack,"",%progbits
H A Ds_copysign.S50 .section .note.GNU-stack,"",%progbits
H A Ds_copysignf.S22 .section .note.GNU-stack,"",%progbits
H A Ds_copysignl.S20 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_sections.c76 format_get_section(const char *section) argument
82 if (psub_cache && strcmp(psub_cache, section) == 0)
86 if (strcmp(section, psub->name) == 0) {
87 psub_cache = section;
92 warnx("Section '%s' not found", section);
93 psub_cache = section;
99 format_get_section_size(const char *section) argument
103 pfi = format_get_section(section);
112 format_get_field(const char *section, const char *field, argument
121 pfi = format_get_section(section);
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsection.c1 /* Object file "section" support for the BFD library.
28 section abstraction. A single BFD may have any number of
32 Sections are supported in BFD in <<section.c>>.
38 @* section prototypes::
46 When a BFD is opened for reading, the section structures are
49 Each section has a name which describes the section in the
58 constructor data, or an application may add a section (using
60 BFD. For example, the linker creates an extra section
65 the section descripto
1182 bfd_set_section_flags(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr section, flagword flags) argument
1328 bfd_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
1396 bfd_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dmipsbsd.c214 if (bfd_is_und_section (symbol->section)
218 /* Work out which section the relocation is targeted at and the
220 if (bfd_is_com_section (symbol->section))
225 relocation += symbol->section->output_section->vma;
226 relocation += symbol->section->output_offset;
265 if (bfd_is_und_section (symbol->section)
269 /* Work out which section the relocation is targeted at and the
271 if (bfd_is_com_section (symbol->section))
276 relocation += symbol->section->output_section->vma;
277 relocation += symbol->section
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-protos.h56 extern section *machopic_select_section (tree, int, unsigned HOST_WIDE_INT);
57 extern section *machopic_select_rtx_section (enum machine_mode, rtx,
87 section *);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dblockframe.c129 section with a different address. */
140 section, or the end of the section, as the end of the
149 section. */
296 /* Return the function containing pc value PC in section SECTION.
300 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section)
302 struct block *b = block_for_pc_sect (pc, section);
309 Returns 0 if function is not known. Backward compatibility, no section */
348 find_pc_sect_partial_function (CORE_ADDR pc, asection *section, char **name,
359 mapped_pc = overlay_mapped_address (pc, section);
299 find_pc_sect_function(CORE_ADDR pc, struct bfd_section *section) argument
347 find_pc_sect_partial_function(CORE_ADDR pc, asection *section, char **name, CORE_ADDR *address, CORE_ADDR *endaddr) argument
[all...]
/freebsd-9.3-release/lib/libc/nameser/
H A Dns_parse.c77 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { argument
87 if (section != ns_s_qd) {
138 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { argument
142 /* Make section right. */
143 tmp = section;
144 if (tmp < 0 || section >= ns_s_max)
146 if (section != handle->_sect)
147 setsection(handle, section);
152 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
155 setsection(handle, section);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2asm.h32 extern void dw2_asm_output_offset (int, const char *, section *,
/freebsd-9.3-release/lib/libc/amd64/sys/
H A Dcerror.S59 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/sys/
H A Dsetlogin.S57 .section .note.GNU-stack,"",%progbits
H A Dexect.S54 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/powerpc64/sys/
H A Dsetlogin.S41 .section .note.GNU-stack,"",%progbits
H A Dexect.S49 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldctor.h46 asection *section; /* Section of value in set. */ member in struct:set_element
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm30 .section .ctors,"aw","progbits"
35 .section .dtors,"aw","progbits"
40 .section .jcr,"aw","progbits"
62 .section .init,"ax","progbits"
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfloat.h34 char *section; member in struct:float_elt
H A Dindex.h37 char *section; /* Current section number we are in, */ member in struct:index_elt
/freebsd-9.3-release/lib/libc/amd64/string/
H A Dbcmp.S27 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/powerpc64/gen/
H A D_ctx_start.S50 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/amd64/
H A De_remainder.S55 .section .note.GNU-stack,"",%progbits
H A De_remainderf.S25 .section .note.GNU-stack,"",%progbits
H A Ds_scalbnf.S45 .section .note.GNU-stack,"",%progbits

Completed in 286 milliseconds

1234567891011>>