Searched refs:section (Results 151 - 175 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/amd64/sys/
H A Dreboot.S59 .section .note.GNU-stack,"",%progbits
H A Dvfork.S61 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/string/
H A Dbcmp.S66 .section .note.GNU-stack,"",%progbits
H A Dindex.S66 .section .note.GNU-stack,"",%progbits
H A Dmemchr.S61 .section .note.GNU-stack,"",%progbits
H A Drindex.S67 .section .note.GNU-stack,"",%progbits
H A Dstrchr.S66 .section .note.GNU-stack,"",%progbits
H A Dstrrchr.S67 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/sys/
H A DOvfork.S57 .section .note.GNU-stack,"",%progbits
H A Dgetcontext.S53 .section .note.GNU-stack,"",%progbits
H A Dptrace.S60 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/powerpc/gen/
H A D_setjmp.S72 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/powerpc64/sys/
H A Dpipe.S53 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/i387/
H A Ds_ceil.S60 .section .note.GNU-stack,"",%progbits
H A Ds_ceilf.S32 .section .note.GNU-stack,"",%progbits
H A Ds_ceill.S30 .section .note.GNU-stack,"",%progbits
H A Ds_floor.S60 .section .note.GNU-stack,"",%progbits
H A Ds_floorf.S32 .section .note.GNU-stack,"",%progbits
H A Ds_floorl.S30 .section .note.GNU-stack,"",%progbits
H A Ds_tan.S60 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/release/picobsd/build/
H A DMakefile.conf37 strip --remove-section=.note --remove-section=.comment ${.TARGET}
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dstart.S67 .section .reloc, "a"
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dtekhex.c32 the example I have says that the text section is 0..ffffffff.
37 has no tag saying which section it belongs to, so we create
38 one section for each block of data, called "blknnnn" which we
125 | +-- type 1 symbol (section definition)
189 Disassembly of section D00000000:
353 asection *section = bfd_abs_section_ptr; local
381 section = bfd_get_section_by_name (abfd, sym);
382 if (section == NULL)
389 section = bfd_make_section (abfd, n);
397 if (!getvalue (&src, &section
568 move_section_contents(bfd *abfd, asection *section, const void * locationp, file_ptr offset, bfd_size_type count, bfd_boolean get) argument
609 tekhex_get_section_contents(bfd *abfd, asection *section, void * locationp, file_ptr offset, bfd_size_type count) argument
635 tekhex_set_section_contents(bfd *abfd, sec_ptr section, const void * locationp, file_ptr offset, bfd_size_type bytes_to_do) argument
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfokey.c208 section data to the output file. */
297 lines are ignored. Each section is introduced by one of the
304 The sections may occur in any order. Each section may be
305 omitted completely. If the 'info' section is the first in the
360 occurs anywhere in an 'info' or 'echo-area' section, that
364 The 'var' section
366 Each line in the 'var' section has the following syntax:
415 enum sect_e section = info;
476 switch (section)
503 section
413 enum sect_e section = info; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcorelow.c342 /* Find the data section */
382 /* Add symbols and section mappings for any shared libraries. */
414 /* Try to retrieve registers from a section in core_bfd, and supply
419 section named NAME. If inferior_ptid is non-zero, do the
420 multi-threaded thing: look for a section named "NAME/PID", where
424 NAME section contains, for use in error messages.
427 have a section by the appropriate name. Otherwise, just do nothing. */
436 struct bfd_section *section; local
445 section = bfd_get_section_by_name (core_bfd, section_name);
446 if (! section)
541 struct bfd_section *section; local
[all...]

Completed in 138 milliseconds

1234567891011>>