HomeSort by relevance Sort by last modified time
    Searched refs:objfmt_elf (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 63 yasm_objfmt_elf *objfmt_elf; member in struct:__anon16377
75 yasm_objfmt_elf *objfmt_elf; member in struct:__anon16378
86 elf_objfmt_symtab_append(yasm_objfmt_elf *objfmt_elf, yasm_symrec *sym,
97 elf_strtab_append_str(objfmt_elf->strtab, symname);
105 elf_symtab_append_entry(objfmt_elf->elf_symtab, entry);
114 build_extern(yasm_objfmt_elf *objfmt_elf, yasm_symrec *sym, yasm_object *object)
129 return elf_objfmt_symtab_append(objfmt_elf, sym, SHN_UNDEF, STB_GLOBAL, 0,
171 build_global(yasm_objfmt_elf *objfmt_elf, yasm_symrec *sym, yasm_object *object)
205 return elf_objfmt_symtab_append(objfmt_elf, sym, SHN_UNDEF, STB_GLOBAL,
211 build_common(yasm_objfmt_elf *objfmt_elf, yasm_symrec *sym, yasm_object *object
352 yasm_objfmt_elf *objfmt_elf = yasm_xmalloc(sizeof(yasm_objfmt_elf)); local
393 yasm_objfmt_elf *objfmt_elf; local
730 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
876 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)objfmt; local
888 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
1135 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
1145 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
1182 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
1209 yasm_objfmt_elf *objfmt_elf = (yasm_objfmt_elf *)object->objfmt; local
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 44 milliseconds