/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 163 int (*func) (yasm_section *sect, /*@null@*/ void *d)); 209 int yasm_section_is_code(yasm_section *sect); 216 unsigned long yasm_section_get_opt_flags(const yasm_section *sect); 223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags); 231 int yasm_section_is_default(const yasm_section *sect); 238 void yasm_section_set_default(yasm_section *sect, int def); 245 yasm_object *yasm_section_get_object(const yasm_section *sect); 254 (yasm_section *sect, const yasm_assoc_data_callback *callback); 263 void yasm_section_add_data(yasm_section *sect, 277 void yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc, [all …]
|
D | section.c | 82 static void yasm_section_destroy(/*@only@*/ yasm_section *sect); 400 yasm_section_is_code(yasm_section *sect) in yasm_section_is_code() argument 402 return sect->code; in yasm_section_is_code() 406 yasm_section_get_opt_flags(const yasm_section *sect) in yasm_section_get_opt_flags() argument 408 return sect->opt_flags; in yasm_section_get_opt_flags() 412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags) in yasm_section_set_opt_flags() argument 414 sect->opt_flags = opt_flags; in yasm_section_set_opt_flags() 418 yasm_section_is_default(const yasm_section *sect) in yasm_section_is_default() argument 420 return sect->def; in yasm_section_is_default() 424 yasm_section_set_default(yasm_section *sect, int def) in yasm_section_set_default() argument [all …]
|
/external/grub/docs/ |
D | help2man | 264 my $sect = 'DESCRIPTION'; 288 $sect = uc $1; 295 $sect = 'COPYRIGHT'; 296 $include{$sect} ||= ''; 297 $include{$sect} .= ".PP\n" if $include{$sect}; 319 $include{$sect} .= $copy; 327 $sect = 'REPORTING BUGS'; 333 $sect = 'AUTHOR'; 343 $include{$sect} ||= ''; 346 $include{$sect} .= "$break\n\\f(CW$prefix$1\\fR\n"; [all …]
|
/external/oprofile/libutil++/ |
D | op_bfd.cpp | 115 asection const * sect; in op_bfd() local 160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { in op_bfd() 161 if (sect->flags & SEC_CODE) { in op_bfd() 162 if (filepos_map[sect->name] != 0) { in op_bfd() 163 cerr << "Found section \"" << sect->name in op_bfd() 169 filepos_map[sect->name] = sect->filepos; in op_bfd() 171 if (sect->vma == 0 && strcmp(sect->name, ".text")) in op_bfd() 172 filtered_section.push_back(sect); in op_bfd() 303 asection const * sect = ibfd.abfd->sections; in offset_to_pc() local 305 for (; sect; sect = sect->next) { in offset_to_pc() [all …]
|
D | op_spu_bfd.cpp | 60 asection const * sect; in op_bfd() local 156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { in op_bfd() 157 if (sect->flags & SEC_CODE) { in op_bfd() 158 if (filepos_map[sect->name] != 0) { in op_bfd() 159 cerr << "Found section \"" << sect->name in op_bfd() 165 filepos_map[sect->name] = sect->filepos; in op_bfd()
|
D | bfd_support.cpp | 81 asection * sect; in get_debug_link_info() local 84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink"); in get_debug_link_info() 86 if (sect == NULL) in get_debug_link_info() 89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect); in get_debug_link_info() 94 if (!bfd_get_section_contents(ibfd, sect, in get_debug_link_info() 413 for (asection const * sect = abfd->sections; sect; sect = sect->next) { in has_debug_info() local 414 if (sect->flags & SEC_DEBUGGING) in has_debug_info() 458 for (bfd_section * sect = image_bfd->sections; in translate_debuginfo_syms() local 459 sect && img_sect_cnt < image_bfd->section_count; in translate_debuginfo_syms() 460 sect = sect->next) { in translate_debuginfo_syms() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.c | 298 entry->sect = NULL; in elf_symtab_entry_create() 377 entry->sect = NULL; in elf_symtab_create() 516 yasm_section *sect; in elf_symtab_write_to_file() local 519 (sect = yasm_bc_get_section(precbc)) && in elf_symtab_write_to_file() 520 (shead = yasm_section_get_data(sect, &elf_section_data)) && in elf_symtab_write_to_file() 541 yasm_section *sect, in elf_symtab_set_nonzero() argument 550 if (sect) entry->sect = sect; in elf_symtab_set_nonzero() 644 elf_secthead *sect = data; in elf_secthead_print() local 646 sect->name ? sect->name->str : "<undef>"); in elf_secthead_print() 648 yasm_symrec_print(sect->sym, f, indent_level+1); in elf_secthead_print() [all …]
|
D | elf-objfmt.c | 67 yasm_section *sect; member 261 yasm_section *sect=NULL; in elf_objfmt_build_symtab() local 293 sect = yasm_bc_get_section(precbc); in elf_objfmt_build_symtab() 306 if (sect && in elf_objfmt_build_symtab() 307 strcmp(yasm_symrec_get_name(sym), yasm_section_get_name(sect))==0) in elf_objfmt_build_symtab() 333 elf_symtab_set_nonzero(entry, sect, 0, STB_LOCAL, in elf_objfmt_build_symtab() 342 elf_symtab_set_nonzero(entry, sect, 0, 0, 0, NULL, &value); in elf_objfmt_build_symtab() 463 elf_secthead_append_reloc(info->sect, info->shead, reloc); in elf_objfmt_output_reloc() 559 elf_secthead_append_reloc(info->sect, info->shead, reloc); in elf_objfmt_output_value() 636 elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in elf_objfmt_output_section() argument [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
D | nasm-listfmt.c | 46 yasm_section *sect; member 155 yasm_section *sect; in nasm_listfmt_output() local 168 sect = yasm_bc_get_section(bc); in nasm_listfmt_output() 169 if (!last_hist || last_hist->sect != sect) { in nasm_listfmt_output() 174 if (last_hist->sect == sect) { in nasm_listfmt_output() 183 last_hist->sect = sect; in nasm_listfmt_output() 184 last_hist->next_reloc = yasm_section_relocs_first(sect); in nasm_listfmt_output()
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 98 SkDPoint sect = cubic.ptAtT(cubicT); in PathOpsCubicLineIntersectionOneOffTest() local 99 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in PathOpsCubicLineIntersectionOneOffTest() 101 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY); in PathOpsCubicLineIntersectionOneOffTest() 102 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY); in PathOpsCubicLineIntersectionOneOffTest() 108 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in PathOpsCubicLineIntersectionOneOffTest()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
D | cv-symline.c | 133 yasm_section *sect; /* section line numbers are for */ member 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) in cv8_add_sym_objname() argument 265 yasm_cv__append_bc(sect, bc); in cv8_add_sym_objname() 270 cv8_add_sym_compile(yasm_object *object, yasm_section *sect, in cv8_add_sym_compile() argument 295 yasm_cv__append_bc(sect, bc); in cv8_add_sym_compile() 300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym) in cv8_add_sym_label() argument 312 yasm_cv__append_bc(sect, bc); in cv8_add_sym_label() 317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym, in cv8_add_sym_data() argument [all …]
|
D | cv-dbgfmt.c | 83 yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc) in yasm_cv__append_bc() argument 85 yasm_bytecode *precbc = yasm_section_bcs_last(sect); in yasm_cv__append_bc() 87 yasm_section_bcs_append(sect, bc); in yasm_cv__append_bc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 94 yasm_section *sect; member 209 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in xdf_objfmt_output_value() 283 xdf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in xdf_objfmt_output_section() argument 291 xsd = yasm_section_get_data(sect, &xdf_section_data_cb); in xdf_objfmt_output_section() 299 xsd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in xdf_objfmt_output_section() 308 info->sect = sect; in xdf_objfmt_output_section() 310 yasm_section_bcs_traverse(sect, info->errwarns, info, in xdf_objfmt_output_section() 314 if (xsd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect))) in xdf_objfmt_output_section() 337 reloc = (xdf_reloc *)yasm_section_relocs_first(sect); in xdf_objfmt_output_section() 375 xdf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d) in xdf_objfmt_output_secthead() argument [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 123 yasm_section *sect; member 253 /*@dependent@*/ yasm_section *sect; in rdf_objfmt_output_value() local 255 sect = yasm_bc_get_section(precbc); in rdf_objfmt_output_value() 256 csectd = yasm_section_get_data(sect, &rdf_section_data_cb); in rdf_objfmt_output_value() 271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in rdf_objfmt_output_value() 339 rdf_objfmt_output_section_mem(yasm_section *sect, /*@null@*/ void *d) in rdf_objfmt_output_section_mem() argument 346 rsd = yasm_section_get_data(sect, &rdf_section_data_cb); in rdf_objfmt_output_section_mem() 349 size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in rdf_objfmt_output_section_mem() 367 info->sect = sect; in rdf_objfmt_output_section_mem() 369 yasm_section_bcs_traverse(sect, info->errwarns, info, in rdf_objfmt_output_section_mem() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 299 yasm_section *sect; member 549 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in macho_objfmt_output_value() 625 macho_objfmt_output_section(yasm_section *sect, /*@null@ */ void *d) in macho_objfmt_output_section() argument 632 msd = yasm_section_get_data(sect, &macho_section_data_cb); in macho_objfmt_output_section() 637 info->sect = sect; in macho_objfmt_output_section() 639 yasm_section_bcs_traverse(sect, info->errwarns, info, in macho_objfmt_output_section() 646 macho_objfmt_output_relocs(yasm_section *sect, /*@null@*/ void *d) in macho_objfmt_output_relocs() argument 652 reloc = (macho_reloc *)yasm_section_relocs_first(sect); in macho_objfmt_output_relocs() 704 /*@dependent@*/ /*@null@*/ yasm_section *sect; in macho_objfmt_is_section_label() local 710 sect = yasm_bc_get_section(precbc); in macho_objfmt_is_section_label() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-aranges.c | 56 dwarf2_generate_aranges_section(yasm_section *sect, /*@null@*/ void *d) in dwarf2_generate_aranges_section() argument 63 dsd = yasm_section_get_data(sect, &yasm_dwarf2__section_data_cb); in dwarf2_generate_aranges_section() 70 yasm_section_bcs_first(sect))), 0); in dwarf2_generate_aranges_section() 72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect), in dwarf2_generate_aranges_section() 73 yasm_section_bcs_last(sect))), 0); in dwarf2_generate_aranges_section()
|
D | dwarf2-line.c | 248 dwarf2_dbgfmt_append_line_op(yasm_section *sect, dwarf_line_number_op opcode, in dwarf2_dbgfmt_append_line_op() argument 267 yasm_dwarf2__append_bc(sect, bc); in dwarf2_dbgfmt_append_line_op() 275 dwarf2_dbgfmt_append_line_ext_op(yasm_section *sect, in dwarf2_dbgfmt_append_line_ext_op() argument 294 yasm_dwarf2__append_bc(sect, bc); in dwarf2_dbgfmt_append_line_ext_op() 299 dwarf2_dbgfmt_append_line_ext_op_int(yasm_section *sect, in dwarf2_dbgfmt_append_line_ext_op_int() argument 318 yasm_dwarf2__append_bc(sect, bc); in dwarf2_dbgfmt_append_line_ext_op_int() 323 dwarf2_dbgfmt_finalize_locs(yasm_section *sect, dwarf2_section_data *dsd) in dwarf2_dbgfmt_finalize_locs() argument 329 bc = yasm_section_bcs_first(sect); in dwarf2_dbgfmt_finalize_locs() 579 dwarf2_generate_line_section(yasm_section *sect, /*@null@*/ void *d) in dwarf2_generate_line_section() argument 588 dsd = yasm_section_get_data(sect, &yasm_dwarf2__section_data_cb); in dwarf2_generate_line_section() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 202 yasm_section *sect; member 395 coff_objfmt_init_new_section(yasm_section *sect, unsigned long line) in coff_objfmt_init_new_section() argument 397 yasm_object *object = yasm_section_get_object(sect); in coff_objfmt_init_new_section() 398 const char *sectname = yasm_section_get_name(sect); in coff_objfmt_init_new_section() 423 yasm_section_add_data(sect, &coff_section_data_cb, data); in coff_objfmt_init_new_section() 426 yasm_section_bcs_first(sect), 1, line); in coff_objfmt_init_new_section() 433 coff_objfmt_set_section_addr(yasm_section *sect, /*@null@*/ void *d) in coff_objfmt_set_section_addr() argument 439 csd = yasm_section_get_data(sect, &coff_section_data_cb); in coff_objfmt_set_section_addr() 443 info->addr += yasm_bc_next_offset(yasm_section_bcs_last(sect)); in coff_objfmt_set_section_addr() 677 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in coff_objfmt_output_value() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
D | stabs-dbgfmt.c | 180 stabs_dbgfmt_append_bcstr(yasm_section *sect, const char *str) in stabs_dbgfmt_append_bcstr() argument 186 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_bcstr() 188 yasm_section_bcs_append(sect, bc); in stabs_dbgfmt_append_bcstr() 197 stabs_dbgfmt_append_stab(stabs_info *info, yasm_section *sect, in stabs_dbgfmt_append_stab() argument 216 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_stab() 218 yasm_section_bcs_append(sect, bc); in stabs_dbgfmt_append_stab() 285 stabs_dbgfmt_generate_sections(yasm_section *sect, /*@null@*/ void *d) in stabs_dbgfmt_generate_sections() argument 288 const char *sectname=yasm_section_get_name(sect); in stabs_dbgfmt_generate_sections() 294 stabs_dbgfmt_generate_n_fun(d, yasm_section_bcs_first(sect)); in stabs_dbgfmt_generate_sections() 296 yasm_section_bcs_traverse(sect, info->errwarns, d, in stabs_dbgfmt_generate_sections() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
D | bin-objfmt.c | 192 /*@observer@*/ const yasm_section *sect; member 231 bin_lma_create_group(yasm_section *sect, /*@null@*/ void *d) in bin_lma_create_group() argument 234 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); in bin_lma_create_group() 235 unsigned long align = yasm_section_get_align(sect); in bin_lma_create_group() 242 group->section = sect; in bin_lma_create_group() 254 yasm_section_get_name(sect), in bin_lma_create_group() 291 bsd->length = yasm_calc_bc_dist(yasm_section_bcs_first(sect), in bin_lma_create_group() 292 yasm_section_bcs_last(sect)); in bin_lma_create_group() 299 bin_vma_create_group(yasm_section *sect, /*@null@*/ void *d) in bin_vma_create_group() argument 302 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); in bin_vma_create_group() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
D | vfollows-loop2-err.asm | 1 section sect vfollows=sect
|
D | follows-loop2-err.asm | 1 section sect follows=sect
|
D | vfollows-loop2-err.errwarn | 1 -: error: vfollows loop between section `sect' and section `sect'
|
D | follows-loop2-err.errwarn | 1 -: error: follows loop between section `sect' and section `sect'
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
D | dbg-objfmt.c | 92 dbg_objfmt_init_new_section(yasm_section *sect, unsigned long line) in dbg_objfmt_init_new_section() argument 94 yasm_object *object = yasm_section_get_object(sect); in dbg_objfmt_init_new_section() 97 yasm_section_get_name(sect), line); in dbg_objfmt_init_new_section() 99 yasm_section_bcs_first(sect), 1, 0); in dbg_objfmt_init_new_section()
|