HomeSort by relevance Sort by last modified time
    Searched refs:yasm_section (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 49 yasm_bytecode *yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc);
52 yasm_section *yasm_cv__generate_symline
56 yasm_section *yasm_cv__generate_type(yasm_object *object);
cv-symline.c 133 yasm_section *sect; /* section line numbers are for */
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)
270 cv8_add_sym_compile(yasm_object *object, yasm_section *sect,
300 cv8_add_sym_label(yasm_section *sect, yasm_symrec *sym)
317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym,
400 cv_append_str(yasm_section *sect, const char *str)
415 yasm_section *debug_symline;
435 yasm_section *sect = yasm_bc_get_section(bc)
    [all...]
cv-dbgfmt.c 83 yasm_cv__append_bc(yasm_section *sect, yasm_bytecode *bc)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 95 yasm_bytecode *yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc);
102 (yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2, yasm_section *sect,
103 /*@null@*/ yasm_section *debug_ptr, int with_address, int with_segment);
107 yasm_section *yasm_dwarf2__generate_line
109 int asm_source, /*@out@*/ yasm_section **main_code,
119 yasm_section *yasm_dwarf2__generate_aranges(yasm_object *object,
120 yasm_section *debug_info);
123 yasm_section *yasm_dwarf2__generate_pubnames(yasm_object *object,
124 yasm_section *debug_info);
127 yasm_section *yasm_dwarf2__generate_inf
    [all...]
dwarf2-aranges.c 35 dwarf2_append_arange(yasm_section *debug_aranges, /*@only@*/ yasm_expr *start,
50 yasm_section *debug_aranges; /* section to which address ranges go */
56 dwarf2_generate_aranges_section(yasm_section *sect, /*@null@*/ void *d)
80 yasm_section *
81 yasm_dwarf2__generate_aranges(yasm_object *object, yasm_section *debug_info)
85 yasm_section *debug_aranges;
dwarf2-info.c 229 dwarf2_append_expr(yasm_section *sect, /*@only@*/ yasm_expr *expr,
246 dwarf2_append_str(yasm_section *sect, const char *str)
259 yasm_section *
260 yasm_dwarf2__generate_info(yasm_object *object, yasm_section *debug_line,
261 yasm_section *main_code)
269 yasm_section *debug_abbrev =
271 yasm_section *debug_info =
dwarf2-dbgfmt.c 36 /*@null@*/ yasm_section *debug_ptr;
140 yasm_dwarf2__append_bc(yasm_section *sect, yasm_bytecode *bc)
154 /*@null@*/ yasm_section *debug_info, *debug_line, *main_code;
190 (yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2, yasm_section *sect,
191 /*@null@*/ yasm_section *debug_ptr, int with_address, int with_segment)
dwarf2-line.c 248 dwarf2_dbgfmt_append_line_op(yasm_section *sect, dwarf_line_number_op opcode,
275 dwarf2_dbgfmt_append_line_ext_op(yasm_section *sect,
299 dwarf2_dbgfmt_append_line_ext_op_int(yasm_section *sect,
323 dwarf2_dbgfmt_finalize_locs(yasm_section *sect, dwarf2_section_data *dsd)
355 dwarf2_dbgfmt_gen_line_op(yasm_section *debug_line, dwarf2_line_state *state,
478 yasm_section *debug_line;
561 yasm_section *debug_line; /* section to which line number info goes */
575 /*@null@*/ yasm_section *last_code;
579 dwarf2_generate_line_section(yasm_section *sect, /*@null@*/ void *d)
684 yasm_section *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 61 /*@dependent@*/ /*@null@*/ yasm_section *cur_section;
64 /*@reldef@*/ STAILQ_HEAD(yasm_sectionhead, yasm_section) sections;
110 /*@dependent@*/ yasm_section *yasm_object_get_general
163 int (*func) (yasm_section *sect, /*@null@*/ void *d));
171 /*@dependent@*/ /*@null@*/ yasm_section *yasm_object_find_general
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)
    [all...]
objfmt.h 105 yasm_section * (*add_default_section) (yasm_object *object);
110 void (*init_new_section) (yasm_section *section, unsigned long line);
115 /*@observer@*/ /*@null@*/ yasm_section *
158 yasm_section *yasm_objfmt_add_default_section(yasm_object *object);
176 /*@observer@*/ /*@null@*/ yasm_section *yasm_objfmt_section_switch
section.c 54 struct yasm_section { struct
55 /*@reldef@*/ STAILQ_ENTRY(yasm_section) link;
82 static void yasm_section_destroy(/*@only@*/ yasm_section *sect);
154 yasm_section *new_section =
302 yasm_section *
307 yasm_section *s;
323 s = yasm_xcalloc(1, sizeof(yasm_section));
400 yasm_section_is_code(yasm_section *sect)
406 yasm_section_get_opt_flags(const yasm_section *sect)
412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags
    [all...]
coretype.h 99 typedef struct yasm_section yasm_section; typedef in typeref:struct:yasm_section
bytecode.h 185 * \see section.h (#yasm_section).
197 /*@dependent@*/ /*@null@*/ yasm_section *section;
396 /*@dependent@*/ /*@null@*/ yasm_section *yasm_bc_get_section
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 73 void yasm_win64__unwind_generate(yasm_section *xdata,
coff-objfmt.c 202 yasm_section *sect;
395 coff_objfmt_init_new_section(yasm_section *sect, unsigned long line)
433 coff_objfmt_set_section_addr(yasm_section *sect, /*@null@*/ void *d)
555 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
763 coff_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 92 dbg_objfmt_init_new_section(yasm_section *sect, unsigned long line)
102 static yasm_section *
106 yasm_section *retval;
117 static /*@observer@*/ /*@null@*/ yasm_section *
125 yasm_section *retval;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 409 yasm_section *sect;
465 struct yasm_section *sect,
486 void elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead,
515 yasm_section *sect,
518 unsigned long elf_secthead_write_relocs_to_file(FILE *f, yasm_section *sect,
elf-objfmt.c 67 yasm_section *sect;
261 yasm_section *sect=NULL;
535 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
636 elf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
702 elf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d)
815 yasm_section *stabsect = yasm_object_find_general(object, ".stab");
816 yasm_section *stabstrsect =
884 elf_objfmt_init_new_section(yasm_section *sect, unsigned long line)
912 static yasm_section *
915 yasm_section *retval
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 93 yasm_section *stab; /* sections to which stabs, stabstrs appended */
94 yasm_section *stabstr;
180 stabs_dbgfmt_append_bcstr(yasm_section *sect, const char *str)
197 stabs_dbgfmt_append_stab(stabs_info *info, yasm_section *sect,
285 stabs_dbgfmt_generate_sections(yasm_section *sect, /*@null@*/ void *d)
321 yasm_section *stext;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 75 yasm_section *section; /* referenced section */
119 yasm_section *section;
146 find_group_by_section(bin_groups *groups, yasm_section *section)
192 /*@observer@*/ const yasm_section *sect;
231 bin_lma_create_group(yasm_section *sect, /*@null@*/ void *d)
299 bin_vma_create_group(yasm_section *sect, /*@null@*/ void *d)
496 /*@dependent@*/ yasm_section *sect;
539 yasm_section *section; /* NULL for EQUs */
546 map_prescan_bytes(yasm_section *sect, void *d)
852 check_lma_overlap(yasm_section *sect, /*@null@*/ void *d
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 123 yasm_section *sect;
253 /*@dependent@*/ yasm_section *sect;
339 rdf_objfmt_output_section_mem(yasm_section *sect, /*@null@*/ void *d)
381 rdf_objfmt_output_section_reloc(yasm_section *sect, /*@null@*/ void *d)
425 rdf_objfmt_output_section_file(yasm_section *sect, /*@null@*/ void *d)
526 /*@dependent@*/ /*@null@*/ yasm_section *sect;
814 rdf_objfmt_init_new_section(yasm_section *sect, unsigned long line)
835 static yasm_section *
838 yasm_section *retval;
878 static /*@observer@*/ /*@null@*/ yasm_section *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 299 yasm_section *sect;
539 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
625 macho_objfmt_output_section(yasm_section *sect, /*@null@ */ void *d)
646 macho_objfmt_output_relocs(yasm_section *sect, /*@null@*/ void *d)
666 /*@dependent@*/ /*@null@*/ yasm_section *dsect;
704 /*@dependent@*/ /*@null@*/ yasm_section *sect;
730 macho_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d)
843 /*@dependent@*/ /*@null@*/ yasm_section *sect;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 94 yasm_section *sect;
283 xdf_objfmt_output_section(yasm_section *sect, /*@null@*/ void *d)
375 xdf_objfmt_output_secthead(yasm_section *sect, /*@null@*/ void *d)
460 /*@dependent@*/ /*@null@*/ yasm_section *sect;
607 xdf_objfmt_init_new_section(yasm_section *sect, unsigned long line)
631 static yasm_section *
634 yasm_section *retval;
659 static /*@observer@*/ /*@null@*/ yasm_section *
666 yasm_section *retval;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 46 yasm_section *sect;
155 yasm_section *sect;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 63 static yasm_section *gas_get_section
72 (yasm_parser_gas *parser_gas, yasm_section *sect, yasm_expr *boundval,
    [all...]

Completed in 536 milliseconds

1 2