Searched refs:yasm_reloc (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 40 typedef struct yasm_reloc yasm_reloc; typedef 42 struct yasm_reloc { struct 43 /*@reldef@*/ STAILQ_ENTRY(yasm_reloc) link; /**< Link to next reloc */ 277 void yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc, 285 /*@null@*/ yasm_reloc *yasm_section_relocs_first(yasm_section *sect); 291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc); 302 void yasm_reloc_get(yasm_reloc *reloc, yasm_intnum **addrp,
|
D | section.c | 77 /*@reldef@*/ STAILQ_HEAD(yasm_relochead, yasm_reloc) relocs; 562 yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc, in yasm_section_add_reloc() 573 /*@null@*/ yasm_reloc * 580 /*@null@*/ yasm_reloc * 581 yasm_section_reloc_next(yasm_reloc *reloc) in yasm_section_reloc_next() 587 yasm_reloc_get(yasm_reloc *reloc, yasm_intnum **addrp, yasm_symrec **symp) in yasm_reloc_get() 666 yasm_reloc *r_cur, *r_next; in yasm_section_destroy()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
D | nasm-listfmt.c | 47 /*@null@*/ yasm_reloc *next_reloc; /* next relocation in section */ 61 /*@null@*/ yasm_reloc *next_reloc; /* next relocation in section */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
D | xdf-objfmt.c | 41 yasm_reloc reloc; 209 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in xdf_objfmt_output_value() 368 reloc = (xdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in xdf_objfmt_output_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
D | rdf-objfmt.c | 69 yasm_reloc reloc; 271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in rdf_objfmt_output_value() 418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in rdf_objfmt_output_section_reloc()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
D | macho-objfmt.c | 237 yasm_reloc reloc; 549 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in macho_objfmt_output_value() 681 reloc = (macho_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in macho_objfmt_output_relocs()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 389 yasm_reloc reloc;
|
D | elf.c | 698 yasm_section_add_reloc(sect, (yasm_reloc *)reloc, elf_reloc_entry_destroy); in elf_secthead_append_reloc() 808 yasm_section_reloc_next((yasm_reloc *)reloc); in elf_secthead_write_relocs_to_file()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | coff-objfmt.c | 54 yasm_reloc reloc; 677 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); in coff_objfmt_output_value() 860 reloc = (coff_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in coff_objfmt_output_section()
|