Searched defs:next_reloc_addr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c48 unsigned long next_reloc_addr; member in struct:sectreloc
62 unsigned long next_reloc_addr; member in struct:nasm_listfmt_output_info
103 if (info->next_reloc && info->next_reloc_addr == bc->offset+offset) {
116 info->next_reloc_addr = yasm_intnum_get_uint(addr);
190 last_hist->next_reloc_addr =
199 info.next_reloc_addr = last_hist->next_reloc_addr;
279 last_hist->next_reloc_addr = info.next_reloc_addr;

Completed in 77 milliseconds