Home
last modified time | relevance | path

Searched defs:sect (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.c400 yasm_section_is_code(yasm_section *sect) in yasm_section_is_code()
406 yasm_section_get_opt_flags(const yasm_section *sect) 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()
418 yasm_section_is_default(const yasm_section *sect) in yasm_section_is_default()
424 yasm_section_set_default(yasm_section *sect, int def) in yasm_section_set_default()
430 yasm_section_get_object(const yasm_section *sect) in yasm_section_get_object()
436 yasm_section_get_data(yasm_section *sect, in yasm_section_get_data()
443 yasm_section_add_data(yasm_section *sect, in yasm_section_add_data()
510 yasm_section *sect; in yasm_object_finalize() local
533 yasm_object_sections_traverse(yasm_object *object, /*@null@*/ void *d, in yasm_object_sections_traverse()
[all …]
/external/llvm/tools/llvm-c-test/
Dobject.c23 LLVMSectionIteratorRef sect; in object_list_sections() local
55 LLVMSectionIteratorRef sect; in object_list_symbols() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c133 yasm_section *sect; /* section line numbers are for */ member
254 cv8_add_sym_objname(yasm_section *sect, /*@keep@*/ char *objname) in cv8_add_sym_objname()
270 cv8_add_sym_compile(yasm_object *object, yasm_section *sect, in cv8_add_sym_compile()
300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym) in cv8_add_sym_label()
317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym, in cv8_add_sym_data()
400 cv_append_str(yasm_section *sect, const char *str) in cv_append_str()
435 yasm_section *sect = yasm_bc_get_section(bc); in cv_generate_line_bc() local
508 cv_generate_line_section(yasm_section *sect, /*@null@*/ void *d) in cv_generate_line_section()
680 cv8_add_symhead(yasm_section *sect, unsigned long type, int first) in cv8_add_symhead()
766 cv8_add_fileinfo(yasm_section *sect, const cv_filename *fn) in cv8_add_fileinfo()
Dcv-dbgfmt.c83 yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc) in yasm_cv__append_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c516 yasm_section *sect; in elf_symtab_write_to_file() local
541 yasm_section *sect, in elf_symtab_set_nonzero()
644 elf_secthead *sect = data; in elf_secthead_print() local
687 elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead, in elf_secthead_append_reloc()
731 yasm_section *sect, elf_secthead *shead, in elf_secthead_write_rel_to_file()
754 elf_secthead_write_relocs_to_file(FILE *f, yasm_section *sect, in elf_secthead_write_relocs_to_file()
Delf-objfmt.c67 yasm_section *sect; member
261 yasm_section *sect=NULL; in elf_objfmt_build_symtab() local
636 elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in elf_objfmt_output_section()
702 elf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d) in elf_objfmt_output_secthead()
884 elf_objfmt_init_new_section(yasm_section *sect, unsigned long line) in elf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c192 /*@observer@*/ const yasm_section *sect; member
231 bin_lma_create_group(yasm_section *sect, /*@null@*/ void *d) in bin_lma_create_group()
299 bin_vma_create_group(yasm_section *sect, /*@null@*/ void *d) in bin_vma_create_group()
496 /*@dependent@*/ yasm_section *sect; in bin_objfmt_expr_xform() local
546 map_prescan_bytes(yasm_section *sect, void *d) in map_prescan_bytes()
852 check_lma_overlap(yasm_section *sect, /*@null@*/ void *d) in check_lma_overlap()
903 /*@dependent@*/ yasm_section *sect; in bin_objfmt_output_value() local
1051 bin_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in bin_objfmt_output_section()
1370 define_section_symbol(yasm_symtab *symtab, yasm_section *sect, in define_section_symbol()
1391 bin_objfmt_init_new_section(yasm_section *sect, unsigned long line) in bin_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c123 yasm_section *sect; member
253 /*@dependent@*/ yasm_section *sect; in rdf_objfmt_output_value() local
339 rdf_objfmt_output_section_mem(yasm_section *sect, /*@null@*/ void *d) in rdf_objfmt_output_section_mem()
381 rdf_objfmt_output_section_reloc(yasm_section *sect, /*@null@*/ void *d) in rdf_objfmt_output_section_reloc()
425 rdf_objfmt_output_section_file(yasm_section *sect, /*@null@*/ void *d) in rdf_objfmt_output_section_file()
526 /*@dependent@*/ /*@null@*/ yasm_section *sect; in rdf_objfmt_output_sym() local
814 rdf_objfmt_init_new_section(yasm_section *sect, unsigned long line) in rdf_objfmt_init_new_section()
/external/oprofile/libutil++/
Dbfd_support.cpp81 asection * sect; in get_debug_link_info() local
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) { in has_debug_info() local
458 for (bfd_section * sect = image_bfd->sections; in translate_debuginfo_syms() local
Dop_spu_bfd.cpp60 asection const * sect; in op_bfd() local
Dop_bfd.cpp115 asection const * sect; in op_bfd() local
303 asection const * sect = ibfd.abfd->sections; in offset_to_pc() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c46 yasm_section *sect; member
155 yasm_section *sect; in nasm_listfmt_output() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c299 yasm_section *sect; member
625 macho_objfmt_output_section(yasm_section *sect, /*@null@ */ void *d) in macho_objfmt_output_section()
646 macho_objfmt_output_relocs(yasm_section *sect, /*@null@*/ void *d) in macho_objfmt_output_relocs()
704 /*@dependent@*/ /*@null@*/ yasm_section *sect; in macho_objfmt_is_section_label() local
730 macho_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d) in macho_objfmt_output_secthead()
843 /*@dependent@*/ /*@null@*/ yasm_section *sect; in macho_objfmt_output_symtable() local
994 macho_objfmt_calc_sectsize(yasm_section *sect, /*@null@ */ void *d) in macho_objfmt_calc_sectsize()
1264 macho_objfmt_init_new_section(yasm_section *sect, unsigned long line) in macho_objfmt_init_new_section()
1331 const char *sect; in macho_objfmt_section_switch() member
/external/valgrind/main/coregrind/
Dm_addrinfo.c48 VgSectKind sect; in VG_() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c94 yasm_section *sect; member
283 xdf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in xdf_objfmt_output_section()
375 xdf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d) in xdf_objfmt_output_secthead()
460 /*@dependent@*/ /*@null@*/ yasm_section *sect; in xdf_objfmt_output_sym() local
607 xdf_objfmt_init_new_section(yasm_section *sect, unsigned long line) in xdf_objfmt_init_new_section()
/external/lldb/source/Symbol/
DUnwindTable.cpp50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c140 yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc) in yasm_dwarf2__append_bc()
190 (yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2, yasm_section *sect, in yasm_dwarf2__add_head()
Ddwarf2-line.c248 dwarf2_dbgfmt_append_line_op(yasm_section *sect, dwarf_line_number_op opcode, in dwarf2_dbgfmt_append_line_op()
275 dwarf2_dbgfmt_append_line_ext_op(yasm_section *sect, 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()
323 dwarf2_dbgfmt_finalize_locs(yasm_section *sect, dwarf2_section_data *dsd) in dwarf2_dbgfmt_finalize_locs()
579 dwarf2_generate_line_section(yasm_section *sect, /*@null@*/ void *d) in dwarf2_generate_line_section()
Ddwarf2-aranges.c56 dwarf2_generate_aranges_section(yasm_section *sect, /*@null@*/ void *d) in dwarf2_generate_aranges_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c202 yasm_section *sect; member
395 coff_objfmt_init_new_section(yasm_section *sect, unsigned long 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()
763 coff_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d) in coff_objfmt_output_section()
867 coff_objfmt_output_sectstr(yasm_section *sect, /*@null@*/ void *d) in coff_objfmt_output_sectstr()
885 coff_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d) in coff_objfmt_output_secthead()
1006 /*@dependent@*/ /*@null@*/ yasm_section *sect; in coff_objfmt_output_sym() local
1679 yasm_section *sect; in dir_export() local
1721 yasm_section *sect; in dir_safeseh() local
2251 yasm_section *sect; in dir_endproc_frame() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c92 dbg_objfmt_init_new_section(yasm_section *sect, unsigned long line) in dbg_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c180 stabs_dbgfmt_append_bcstr(yasm_section *sect, const char *str) in stabs_dbgfmt_append_bcstr()
197 stabs_dbgfmt_append_stab(stabs_info *info, yasm_section *sect, in stabs_dbgfmt_append_stab()
285 stabs_dbgfmt_generate_sections(yasm_section *sect, /*@null@*/ void *d) in stabs_dbgfmt_generate_sections()
/external/lldb/source/Core/
DSection.cpp334 SectionList::FindSectionIndex (const Section* sect) in FindSectionIndex()
486 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress() local
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp153 SkDPoint sect = cubic.ptAtT(cubicT); in testOne() local
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp153 SkDPoint sect = cubic.ptAtT(cubicT); in testOne() local

12