Home
last modified time | relevance | path

Searched refs:yasm_section_get_name (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c134 if (strcmp(yasm_section_get_name(group->section), name) == 0) in find_group_by_name()
168 yasm_section_get_name(group->section));
254 yasm_section_get_name(sect), in bin_lma_create_group()
431 yasm_section_get_name(group->section), in group_assign_vstart_recurse()
604 fprintf(info->f, "%s\n", yasm_section_get_name(group->section)); in map_sections_summary()
620 s = yasm_section_get_name(group->section); in map_sections_detail()
716 const char *s = yasm_section_get_name(group->section); in map_sections_symbols()
884 yasm_section_get_name(sect), in check_lma_overlap()
885 yasm_section_get_name(other), in check_lma_overlap()
1068 yasm_section_get_name(sect)); in bin_objfmt_output_section()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h355 /*@observer@*/ const char *yasm_section_get_name(const yasm_section *sect);
Dsection.c644 yasm_section_get_name(const yasm_section *sect) in yasm_section_get_name() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c97 yasm_section_get_name(sect), line); in dbg_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c398 const char *sectname = yasm_section_get_name(sect); in coff_objfmt_init_new_section()
777 size_t namelen = strlen(yasm_section_get_name(sect)); in coff_objfmt_output_section()
877 name = yasm_section_get_name(sect); in coff_objfmt_output_sectstr()
911 if (strlen(yasm_section_get_name(sect)) > 8) { in coff_objfmt_output_secthead()
916 strncpy((char *)localbuf, yasm_section_get_name(sect), 8); in coff_objfmt_output_secthead()
939 yasm_section_get_name(sect)); in coff_objfmt_output_secthead()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c307 strcmp(yasm_symrec_get_name(sym), yasm_section_get_name(sect))==0) in elf_objfmt_build_symtab()
692 sectname = yasm_section_get_name(sect); in elf_objfmt_output_section()
887 const char *sectname = yasm_section_get_name(sect); in elf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c288 const char *sectname=yasm_section_get_name(sect); in stabs_dbgfmt_generate_sections()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c610 const char *sectname = yasm_section_get_name(sect); in xdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c817 const char *sectname = yasm_section_get_name(sect); in rdf_objfmt_init_new_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c1267 const char *sectname = yasm_section_get_name(sect); in macho_objfmt_init_new_section()