HomeSort by relevance Sort by last modified time
    Searched full:rdf_reloc (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 68 typedef struct rdf_reloc { struct
77 } rdf_reloc; typedef in typeref:struct:rdf_reloc
228 rdf_reloc *reloc;
232 reloc = yasm_xmalloc(sizeof(rdf_reloc));
385 rdf_reloc *reloc;
400 reloc = (rdf_reloc *)yasm_section_relocs_first(sect);
418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc);
    [all...]

Completed in 143 milliseconds