Home
last modified time | relevance | path

Searched refs:yasm_section_relocs_first (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h285 /*@null@*/ yasm_reloc *yasm_section_relocs_first(yasm_section *sect);
Dsection.c574 yasm_section_relocs_first(yasm_section *sect) in yasm_section_relocs_first() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c184 last_hist->next_reloc = yasm_section_relocs_first(sect); in nasm_listfmt_output()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c739 if (!yasm_section_relocs_first(sect)) in elf_secthead_write_rel_to_file()
765 reloc = (elf_reloc_entry *)yasm_section_relocs_first(sect); in elf_secthead_write_relocs_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c337 reloc = (xdf_reloc *)yasm_section_relocs_first(sect); in xdf_objfmt_output_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c400 reloc = (rdf_reloc *)yasm_section_relocs_first(sect); in rdf_objfmt_output_section_reloc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c652 reloc = (macho_reloc *)yasm_section_relocs_first(sect); in macho_objfmt_output_relocs()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c844 reloc = (coff_reloc *)yasm_section_relocs_first(sect); in coff_objfmt_output_section()