Home
last modified time | relevance | path

Searched refs:yasm_object_find_general (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h171 /*@dependent@*/ /*@null@*/ yasm_section *yasm_object_find_general
Dsection.c549 yasm_object_find_general(yasm_object *object, const char *name) in yasm_object_find_general() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c167 debug_info = yasm_object_find_general(object, ".debug_info"); in dwarf2_dbgfmt_generate()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c377 stext = yasm_object_find_general(object, ".text"); in stabs_dbgfmt_generate()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c815 yasm_section *stabsect = yasm_object_find_general(object, ".stab"); in elf_objfmt_output()
817 yasm_object_find_general(object, ".stabstr"); in elf_objfmt_output()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c1498 retval = yasm_object_find_general(object, sectname); in bin_objfmt_section_switch()