/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
section.h | 40 typedef struct yasm_reloc yasm_reloc; typedef in typeref:struct:yasm_reloc 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,
|
section.c | 77 /*@reldef@*/ STAILQ_HEAD(yasm_relochead, yasm_reloc) relocs; 562 yasm_section_add_reloc(yasm_section *sect, yasm_reloc *reloc, 573 /*@null@*/ yasm_reloc * 580 /*@null@*/ yasm_reloc * 581 yasm_section_reloc_next(yasm_reloc *reloc) 587 yasm_reloc_get(yasm_reloc *reloc, yasm_intnum **addrp, yasm_symrec **symp) 666 yasm_reloc *r_cur, *r_next; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
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/elf/ |
elf.h | 389 yasm_reloc reloc;
|
elf.c | 698 yasm_section_add_reloc(sect, (yasm_reloc *)reloc, elf_reloc_entry_destroy); 808 yasm_section_reloc_next((yasm_reloc *)reloc);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
rdf-objfmt.c | 69 yasm_reloc reloc; 271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); 418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 41 yasm_reloc reloc; 209 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); 368 reloc = (xdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 237 yasm_reloc reloc; 549 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); 681 reloc = (macho_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 54 yasm_reloc reloc; 677 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree); [all...] |