Searched refs:sect (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dfollows-loop2-err.asm1 section sect follows=sect
H A Dvfollows-loop2-err.asm1 section sect vfollows=sect
/external/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; local
37 sect = LLVMGetSections(O);
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) {
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
42 LLVMMoveToNextSection(sect);
45 LLVMDisposeSectionIterator(sect);
55 LLVMSectionIteratorRef sect; local
70 sect
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h163 int (*func) (yasm_section *sect, /*@null@*/ void *d));
205 * \param sect section
209 int yasm_section_is_code(yasm_section *sect);
212 * \param sect section
216 unsigned long yasm_section_get_opt_flags(const yasm_section *sect);
219 * \param sect section
223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags);
227 * \param sect section
231 int yasm_section_is_default(const yasm_section *sect);
234 * \param sect sectio
[all...]
H A Dsection.c82 static void yasm_section_destroy(/*@only@*/ yasm_section *sect);
400 yasm_section_is_code(yasm_section *sect) argument
402 return sect->code;
406 yasm_section_get_opt_flags(const yasm_section *sect) argument
408 return sect->opt_flags;
412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags) argument
414 sect->opt_flags = opt_flags;
418 yasm_section_is_default(const yasm_section *sect) argument
420 return sect->def;
424 yasm_section_set_default(yasm_section *sect, in argument
430 yasm_section_get_object(const yasm_section *sect) argument
436 yasm_section_get_data(yasm_section *sect, const yasm_assoc_data_callback *callback) argument
443 yasm_section_add_data(yasm_section *sect, const yasm_assoc_data_callback *callback, void *data) argument
510 yasm_section *sect; local
533 yasm_object_sections_traverse(yasm_object *object, void *d, int (*func) (yasm_section *sect, void *d)) argument
562 yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc, void (*destroy_func) ( void *reloc)) argument
574 yasm_section_relocs_first(yasm_section *sect) argument
595 yasm_section_bcs_first(yasm_section *sect) argument
601 yasm_section_bcs_last(yasm_section *sect) argument
607 yasm_section_bcs_append(yasm_section *sect, yasm_bytecode *bc) argument
621 yasm_section_bcs_traverse(yasm_section *sect, yasm_errwarns *errwarns, void *d, int (*func) (yasm_bytecode *bc, void *d)) argument
644 yasm_section_get_name(const yasm_section *sect) argument
650 yasm_section_set_align(yasm_section *sect, unsigned long align, unsigned long line) argument
657 yasm_section_get_align(const yasm_section *sect) argument
663 yasm_section_destroy(yasm_section *sect) argument
695 yasm_section_print(const yasm_section *sect, FILE *f, int indent_level, int print_bcs) argument
1055 yasm_section *sect; local
1285 yasm_section *sect; local
[all...]
/external/oprofile/libutil++/
H A Dop_spu_bfd.cpp60 asection const * sect; local
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect
[all...]
H A Dop_bfd.cpp115 asection const * sect; local
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
161 if (sect->flags & SEC_CODE) {
162 if (filepos_map[sect->name] != 0) {
163 cerr << "Found section \"" << sect->name
169 filepos_map[sect->name] = sect
303 asection const * sect = ibfd.abfd->sections; local
[all...]
H A Dbfd_support.cpp81 asection * sect; local
84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink");
86 if (sect == NULL)
89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect);
94 if (!bfd_get_section_contents(ibfd, sect,
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
414 if (sect
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-dbgfmt.h49 yasm_bytecode *yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc);
H A Dcv-dbgfmt.c83 yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc) argument
85 yasm_bytecode *precbc = yasm_section_bcs_last(sect);
87 yasm_section_bcs_append(sect, bc);
H A Dcv-symline.c133 yasm_section *sect; /* section line numbers are for */ member in struct:cv8_lineinfo
134 yasm_symrec *sectsym; /* symbol for beginning of sect */
243 static cv8_symhead *cv8_add_symhead(yasm_section *sect, unsigned long type,
248 (yasm_section *sect, const cv_filename *fn);
254 cv8_add_sym_objname(yasm_section *sect, /*@keep@*/ char *objname) argument
265 yasm_cv__append_bc(sect, bc);
270 cv8_add_sym_compile(yasm_object *object, yasm_section *sect, argument
295 yasm_cv__append_bc(sect, bc);
300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym) argument
312 yasm_cv__append_bc(sect, b
317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym, int is_global) argument
400 cv_append_str(yasm_section *sect, const char *str) argument
435 yasm_section *sect = yasm_bc_get_section(bc); local
508 cv_generate_line_section(yasm_section *sect, void *d) argument
680 cv8_add_symhead(yasm_section *sect, unsigned long type, int first) argument
766 cv8_add_fileinfo(yasm_section *sect, const cv_filename *fn) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-aranges.c56 dwarf2_generate_aranges_section(yasm_section *sect, /*@null@*/ void *d) argument
63 dsd = yasm_section_get_data(sect, &yasm_dwarf2__section_data_cb);
70 yasm_section_bcs_first(sect))), 0);
72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect),
73 yasm_section_bcs_last(sect))), 0);
H A Ddwarf2-dbgfmt.h95 yasm_bytecode *yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc);
102 (yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2, yasm_section *sect,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c46 yasm_section *sect; member in struct:sectreloc
155 yasm_section *sect; local
168 sect = yasm_bc_get_section(bc);
169 if (!last_hist || last_hist->sect != sect) {
174 if (last_hist->sect == sect) {
183 last_hist->sect = sect;
184 last_hist->next_reloc = yasm_section_relocs_first(sect);
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.c298 entry->sect = NULL;
377 entry->sect = NULL;
516 yasm_section *sect; local
519 (sect = yasm_bc_get_section(precbc)) &&
520 (shead = yasm_section_get_data(sect, &elf_section_data)) &&
541 yasm_section *sect,
550 if (sect) entry->sect = sect;
644 elf_secthead *sect local
540 elf_symtab_set_nonzero(elf_symtab_entry *entry, yasm_section *sect, elf_section_index sectidx, elf_symbol_binding bind, elf_symbol_type type, yasm_expr *xsize, elf_address *value) argument
687 elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead, elf_reloc_entry *reloc) argument
730 elf_secthead_write_rel_to_file(FILE *f, elf_section_index symtab_idx, yasm_section *sect, elf_secthead *shead, elf_section_index sindex) argument
754 elf_secthead_write_relocs_to_file(FILE *f, yasm_section *sect, elf_secthead *shead, yasm_errwarns *errwarns) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp153 SkDPoint sect = cubic.ptAtT(cubicT); local
154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
156 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
157 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
163 sect.distance(i.pt(0)), cubic[3].distance(prevL));
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp153 SkDPoint sect = cubic.ptAtT(cubicT); local
154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
156 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
157 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
163 sect.distance(i.pt(0)), cubic[3].distance(prevL));
/external/lldb/source/Symbol/
H A DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); local
51 if (sect.get())
53 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c111 long parse_scnum; /* sect numbering in parser */
123 yasm_section *sect; member in struct:rdf_objfmt_output_info
253 /*@dependent@*/ yasm_section *sect; local
255 sect = yasm_bc_get_section(precbc);
256 csectd = yasm_section_get_data(sect, &rdf_section_data_cb);
271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
339 rdf_objfmt_output_section_mem(yasm_section *sect, /*@null@*/ void *d) argument
346 rsd = yasm_section_get_data(sect, &rdf_section_data_cb);
349 size = yasm_bc_next_offset(yasm_section_bcs_last(sect));
367 info->sect
381 rdf_objfmt_output_section_reloc(yasm_section *sect, void *d) argument
425 rdf_objfmt_output_section_file(yasm_section *sect, void *d) argument
526 /*@dependent@*/ /*@null@*/ yasm_section *sect; local
814 rdf_objfmt_init_new_section(yasm_section *sect, unsigned long line) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c286 long parse_scnum; /* sect numbering in parser */
299 yasm_section *sect; member in struct:macho_objfmt_output_info
549 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
625 macho_objfmt_output_section(yasm_section *sect, /*@null@ */ void *d) argument
632 msd = yasm_section_get_data(sect, &macho_section_data_cb);
637 info->sect = sect;
639 yasm_section_bcs_traverse(sect, info->errwarns, info,
646 macho_objfmt_output_relocs(yasm_section *sect, /*@null@*/ void *d) argument
652 reloc = (macho_reloc *)yasm_section_relocs_first(sect);
704 /*@dependent@*/ /*@null@*/ yasm_section *sect; local
730 macho_objfmt_output_secthead(yasm_section *sect, void *d) argument
843 /*@dependent@*/ /*@null@*/ yasm_section *sect; local
994 macho_objfmt_calc_sectsize(yasm_section *sect, void *d) argument
1264 macho_objfmt_init_new_section(yasm_section *sect, unsigned long line) argument
1331 const char *sect; member in struct:__anon16354
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
H A Ddbg-objfmt.c92 dbg_objfmt_init_new_section(yasm_section *sect, unsigned long line) argument
94 yasm_object *object = yasm_section_get_object(sect);
97 yasm_section_get_name(sect), line);
99 yasm_section_bcs_first(sect), 1, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c180 stabs_dbgfmt_append_bcstr(yasm_section *sect, const char *str) argument
186 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect));
188 yasm_section_bcs_append(sect, bc);
197 stabs_dbgfmt_append_stab(stabs_info *info, yasm_section *sect, argument
216 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect));
218 yasm_section_bcs_append(sect, bc);
285 stabs_dbgfmt_generate_sections(yasm_section *sect, /*@null@*/ void *d) argument
288 const char *sectname=yasm_section_get_name(sect);
294 stabs_dbgfmt_generate_n_fun(d, yasm_section_bcs_first(sect));
296 yasm_section_bcs_traverse(sect, inf
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_pci.c270 STACK_OF(CONF_VALUE) *sect;
273 sect = X509V3_get_section(ctx, cnf->name + 1);
274 if (!sect)
280 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++)
283 process_pci_value(sk_CONF_VALUE_value(sect, j),
286 X509V3_section_free(ctx, sect);
/external/openssl/crypto/x509v3/
H A Dv3_pci.c265 STACK_OF(CONF_VALUE) *sect;
268 sect = X509V3_get_section(ctx, cnf->name + 1);
269 if (!sect)
275 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++)
278 process_pci_value(sk_CONF_VALUE_value(sect, j),
281 X509V3_section_free(ctx, sect);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c85 long parse_scnum; /* sect numbering in parser */
94 yasm_section *sect; member in struct:xdf_objfmt_output_info
209 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
283 xdf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) argument
291 xsd = yasm_section_get_data(sect, &xdf_section_data_cb);
299 xsd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect));
308 info->sect = sect;
310 yasm_section_bcs_traverse(sect, info->errwarns, info,
314 if (xsd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect)))
375 xdf_objfmt_output_secthead(yasm_section *sect, void *d) argument
460 /*@dependent@*/ /*@null@*/ yasm_section *sect; local
607 xdf_objfmt_init_new_section(yasm_section *sect, unsigned long line) argument
[all...]

Completed in 494 milliseconds

123