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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
object.c 23 LLVMSectionIteratorRef sect; local
40 sect = LLVMObjectFileCopySectionIterator(O);
41 while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) {
42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
45 LLVMMoveToNextSection(sect);
48 LLVMDisposeSectionIterator(sect);
60 LLVMSectionIteratorRef sect; local
    [all...]
  /src/lib/csu/arch/hppa/
crtn.S 37 #define MD_SECTION_EPILOGUE(sect) \
38 .section #sect,"ax",@progbits ! \
crti.S 38 #define MD_SECTION_PROLOGUE(sect, entry_pt) \
39 .section sect,"ax",@progbits ! \
  /src/external/gpl3/gcc/dist/gcc/config/v850/
v850-c.cc 129 const char *sect, *alias;
139 sect = IDENTIFIER_POINTER (sect_ident);
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA
126 const char *sect, *alias; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/v850/
v850-c.cc 129 const char *sect, *alias;
139 sect = IDENTIFIER_POINTER (sect_ident);
158 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA;
159 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT;
160 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA;
161 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA;
162 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA;
163 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA;
164 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA;
165 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA
126 const char *sect, *alias; local
    [all...]
  /src/external/bsd/libbind/dist/nameser/
ns_newmsg.c 55 ns_sect sect; local
60 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
63 count = ns_msg_count(*msg, sect);
68 if (ns_parserr2(msg, sect, i, &rr) < 0)
70 if (sect == ns_s_qd)
76 x = ns_newmsg_rr(handle, sect,
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
157 if (sect < msg->_sect)
192 ns_sect sect; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/demos/bio/
client-conf.c 24 STACK_OF(CONF_VALUE) *sect = NULL;
39 sect = NCONF_get_section(conf, "default");
41 if (sect == NULL) {
51 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
52 cnf = sk_CONF_VALUE_value(sect, i);
server-conf.c 32 STACK_OF(CONF_VALUE) *sect = NULL;
50 sect = NCONF_get_section(conf, "default");
52 if (sect == NULL) {
62 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
64 cnf = sk_CONF_VALUE_value(sect, i);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 78 void setup_one_section (asection *sect);
107 setup_sections_data::setup_one_section (asection *sect)
112 if (sect != NULL)
115 if (sect->output_section == NULL)
116 sect->output_section = sect;
118 if ((bfd_section_flags (sect) & SEC_ALLOC) == 0)
123 if ((bfd_section_flags (sect) & SEC_READONLY) == 0)
125 if ((bfd_section_flags (sect) & SEC_CODE) != 0)
132 bfd_section_name (sect),
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 78 void setup_one_section (asection *sect);
107 setup_sections_data::setup_one_section (asection *sect)
112 if (sect != NULL)
115 if (sect->output_section == NULL)
116 sect->output_section = sect;
118 if ((bfd_section_flags (sect) & SEC_ALLOC) == 0)
123 if ((bfd_section_flags (sect) & SEC_READONLY) == 0)
125 if ((bfd_section_flags (sect) & SEC_CODE) != 0)
132 bfd_section_name (sect),
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
dwz.c 26 #include "dwarf2/sect-names.h"
63 dwarf2_section_info *sect = nullptr; local
68 sect = &dwz_file.abbrev;
70 sect = &dwz_file.info;
72 sect = &dwz_file.str;
74 sect = &dwz_file.line;
76 sect = &dwz_file.macro;
78 sect = &dwz_file.gdb_index;
80 sect = &dwz_file.debug_names;
82 sect = &dwz_file.types
114 asection *sect = bfd_get_section_by_name (abfd, ".debug_sup"); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
dwz.c 25 #include "dwarf2/sect-names.h"
59 dwarf2_section_info *sect = nullptr; local
64 sect = &dwz_file->abbrev;
66 sect = &dwz_file->info;
68 sect = &dwz_file->str;
70 sect = &dwz_file->line;
72 sect = &dwz_file->macro;
74 sect = &dwz_file->gdb_index;
76 sect = &dwz_file->debug_names;
78 sect = &dwz_file->types
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
confdump.c 19 STACK_OF(CONF_VALUE) *sect = NCONF_get_section(cnf, name);
23 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i);
  /src/crypto/external/bsd/openssl/dist/test/
confdump.c 19 STACK_OF(CONF_VALUE) *sect = NCONF_get_section(cnf, name);
23 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i);
  /src/crypto/external/apache2/openssl/dist/demos/bio/
client-conf.c 24 STACK_OF(CONF_VALUE) *sect = NULL;
40 sect = NCONF_get_section(conf, "default");
42 if (sect == NULL) {
52 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
53 cnf = sk_CONF_VALUE_value(sect, i);
server-conf.c 33 STACK_OF(CONF_VALUE) *sect = NULL;
51 sect = NCONF_get_section(conf, "default");
53 if (sect == NULL) {
63 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
65 cnf = sk_CONF_VALUE_value(sect, i);
  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
client-conf.c 24 STACK_OF(CONF_VALUE) *sect = NULL;
39 sect = NCONF_get_section(conf, "default");
41 if (sect == NULL) {
51 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
52 cnf = sk_CONF_VALUE_value(sect, i);
server-conf.c 32 STACK_OF(CONF_VALUE) *sect = NULL;
50 sect = NCONF_get_section(conf, "default");
52 if (sect == NULL) {
62 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
64 cnf = sk_CONF_VALUE_value(sect, i);
  /src/crypto/external/bsd/openssh/dist/
krl.c 590 struct sshbuf *sect; local
593 if ((sect = sshbuf_new()) == NULL)
637 if ((r = put_bitmap(sect, bitmap)) != 0)
644 (r = sshbuf_put_stringb(buf, sect)) != 0)
646 sshbuf_reset(sect);
654 sshbuf_reset(sect);
665 if ((r = sshbuf_put_u64(sect,
676 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0)
681 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 ||
682 (r = sshbuf_put_u64(sect, rs->hi)) != 0
747 struct sshbuf *sect; local
1057 struct sshbuf *copy = NULL, *sect = NULL; local
    [all...]
  /src/usr.sbin/fstyp/
exfat.c 139 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec)
141 return (read_buf(fp, sect * bytespersec, bytespersec * count));
145 read_sect(FILE *fp, off_t sect, unsigned bytespersec)
147 return (read_sectn(fp, sect, 1, bytespersec));
161 unsigned n, sect; local
165 for (sect = 0; sect < 11; sect++) {
166 sector = read_sect(fp, region + sect, bytespersec);
170 if (sect == 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
solib-target.c 282 asection *sect; local
285 for (i = 0, sect = so.abfd->sections;
286 sect != NULL;
287 i++, sect = sect->next)
288 if ((bfd_section_flags (sect) & SEC_ALLOC))
302 for (i = 0, sect = so.abfd->sections;
303 sect != NULL;
304 i++, sect = sect->next
    [all...]
osabi.c 332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
353 /* Check whether SECT is big enough to contain the complete note. */
354 if (notesz > bfd_section_size (sect))
376 generic_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect,
382 name = bfd_section_name (sect);
383 sectsize = bfd_section_size (sect);
400 if (check_note (abfd, sect, note, &sectsize, "GNU", 16, NT_GNU_ABI_TAG))
434 if (check_note (abfd, sect, note, &sectsize, "FreeBSD", 4,
447 && check_note (abfd, sect, note, &sectsize, "NetBSD", 4, NT_NETBSD_IDENT)
    [all...]
symfile.c 194 find_lowest_section (asection *sect, asection **lowest)
196 if (0 == (bfd_section_flags (sect) & (SEC_ALLOC | SEC_LOAD)))
199 *lowest = sect; /* First loadable section */
200 else if (bfd_section_vma (*lowest) > bfd_section_vma (sect))
201 *lowest = sect; /* A lower loadable section */
202 else if (bfd_section_vma (*lowest) == bfd_section_vma (sect)
203 && (bfd_section_size (*lowest) <= bfd_section_size (sect)))
204 *lowest = sect;
273 asection *sect;
276 sect = bfd_get_section_by_name (objfile->obfd.get (), ".text")
272 asection *sect; local
557 const struct other_sections *sect = addrs_to_abfd_addrs[i]; local
706 asection *sect; local
840 struct bfd_section *sect = osect->the_bfd_section; local
1747 asection *sect = bfd_get_section_by_name (objfile->obfd.get (), section_name); local
2168 const struct other_sections *sect = *addrs_sorted_iter; local
2249 sect_opt sect = { argv[argcnt + 1], argv[argcnt + 2] }; local
3680 asection *sect; local
3718 asection *sect; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
solib-target.c 277 asection *sect; local
280 for (i = 0, sect = so.abfd->sections;
281 sect != NULL;
282 i++, sect = sect->next)
283 if ((bfd_section_flags (sect) & SEC_ALLOC))
297 for (i = 0, sect = so.abfd->sections;
298 sect != NULL;
299 i++, sect = sect->next
    [all...]
osabi.c 332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize,
339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize))
353 /* Check whether SECT is big enough to contain the complete note. */
354 if (notesz > bfd_section_size (sect))
376 generic_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect,
382 name = bfd_section_name (sect);
383 sectsize = bfd_section_size (sect);
400 if (check_note (abfd, sect, note, &sectsize, "GNU", 16, NT_GNU_ABI_TAG))
434 if (check_note (abfd, sect, note, &sectsize, "FreeBSD", 4,
447 && check_note (abfd, sect, note, &sectsize, "NetBSD", 4, NT_NETBSD_IDENT)
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>