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/ |
D | bin-objfmt.c | 134 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/ |
D | section.h | 355 /*@observer@*/ const char *yasm_section_get_name(const yasm_section *sect);
|
D | section.c | 644 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/ |
D | dbg-objfmt.c | 97 yasm_section_get_name(sect), line); in dbg_objfmt_init_new_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 398 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/ |
D | elf-objfmt.c | 307 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/ |
D | stabs-dbgfmt.c | 288 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/ |
D | xdf-objfmt.c | 610 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/ |
D | rdf-objfmt.c | 817 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/ |
D | macho-objfmt.c | 1267 const char *sectname = yasm_section_get_name(sect); in macho_objfmt_init_new_section()
|