HomeSort by: relevance | last modified time | path
    Searched refs:section (Results 1 - 25 of 4182) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgcc/config/alpha/
vms-dwarf2eh.S 1 /* VMS dwarf2 exception handling section sequentializer.
17 Under Section 7 of GPL version 3, you are granted additional
26 /* Linking with this file forces the Dwarf2 EH section to be
29 .section .eh_frame,NOWRT
  /src/external/gpl3/gcc.old/dist/libgcc/config/alpha/
vms-dwarf2eh.S 1 /* VMS dwarf2 exception handling section sequentializer.
17 Under Section 7 of GPL version 3, you are granted additional
26 /* Linking with this file forces the Dwarf2 EH section to be
29 .section .eh_frame,NOWRT
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-ranges-base.c 17 void __attribute__ ((section (".text.3")))
23 void __attribute__ ((section (".text.2")))
30 void __attribute__ ((section (".text.1")))
dw2-ranges-2.c 21 /* `.fini' section is here to make sure `dw2-ranges.c'
24 void __attribute__ ((section (".fini")))
dw2-ranges.c 21 /* `.fini' section is here to make sure `dw2-ranges.c'
24 void __attribute__ ((section (".fini")))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-ranges-base.c 17 void __attribute__ ((section (".text.3")))
23 void __attribute__ ((section (".text.2")))
30 void __attribute__ ((section (".text.1")))
dw2-ranges-2.c 21 /* `.fini' section is here to make sure `dw2-ranges.c'
24 void __attribute__ ((section (".fini")))
dw2-ranges.c 21 /* `.fini' section is here to make sure `dw2-ranges.c'
24 void __attribute__ ((section (".fini")))
  /src/lib/csu/arch/m68k/
crtn.S 40 .section ".init", "ax", @progbits
43 .section ".fini", "ax", @progbits
  /src/lib/csu/arch/vax/
crtn.S 40 .section ".init", "ax", @progbits
43 .section ".fini", "ax", @progbits
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
crtn.S 16 Under Section 7 of GPL version 3, you are granted additional
31 .section .init
34 .section .fini
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
crtn.S 18 Under Section 7 of GPL version 3, you are granted additional
34 .section .init
38 .section .fini
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
crtn.S 16 Under Section 7 of GPL version 3, you are granted additional
31 .section .init
34 .section .fini
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
crtn.S 18 Under Section 7 of GPL version 3, you are granted additional
34 .section .init
38 .section .fini
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dup-sect.S 18 .section sect1, "a"
21 .section sect2, "a"
24 .section .note.GNU-stack,"",%progbits
26 .section .note.GNU-stack,"",@progbits
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dup-sect.S 18 .section sect1, "a"
21 .section sect2, "a"
24 .section .note.GNU-stack,"",%progbits
26 .section .note.GNU-stack,"",@progbits
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
openbsd.inc 3 .section ".note.openbsd.ident", "a"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
openbsd.inc 3 .section ".note.openbsd.ident", "a"
  /src/external/gpl3/gdb/dist/gdb/
memtag.c 26 get_next_core_memtag_section (bfd *abfd, asection *section,
29 /* If the caller provided no SECTION to start from, search from the
31 if (section == nullptr)
32 section = bfd_get_section_by_name (abfd, "memtag");
36 while (section != nullptr)
38 size_t memtag_range_size = section->rawsize;
39 size_t tags_size = bfd_section_size (section);
45 warning (_("Found memtag section with empty memory "
51 CORE_ADDR start_address = bfd_section_vma (section);
60 info.memtag_section = section;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
memtag.c 26 get_next_core_memtag_section (bfd *abfd, asection *section,
29 /* If the caller provided no SECTION to start from, search from the
31 if (section == nullptr)
32 section = bfd_get_section_by_name (abfd, "memtag");
36 while (section != nullptr)
38 size_t memtag_range_size = section->rawsize;
39 size_t tags_size = bfd_section_size (section);
45 warning (_("Found memtag section with empty memory "
51 CORE_ADDR start_address = bfd_section_vma (section);
60 info.memtag_section = section;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
drtstuff.c 1 /* Provide minfo section bracketing for D executables and shared libraries
17 Under Section 7 of GPL version 3, you are granted additional
31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
  /src/external/bsd/nsd/dist/
answer.c 25 answer_add_rrset(answer_type *answer, rr_section_type section,
30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT);
38 if (section < answer->section[i]) {
39 answer->section[i] = section;
52 answer->section[answer->rrset_count] = section;
64 rr_section_type section; local
    [all...]
  /src/lib/csu/arch/hppa/
crtend.S 36 .section .ctors, "aw", @progbits
43 .section .dtors, "aw", @progbits
50 .section .eh_frame, "a", @progbits
54 .section .jcr, "aw", @progbits
  /src/lib/csu/arch/i386/
crtend.S 35 .section .ctors, "aw", @progbits
42 .section .dtors, "aw", @progbits
46 .section .eh_frame, "a", @progbits
50 .section .jcr, "aw", @progbits
crtn.S 40 .section ".init", "ax", @progbits
44 .section ".fini", "ax", @progbits

Completed in 81 milliseconds

1 2 3 4 5 6 7 8 91011>>