HomeSort by relevance Sort by last modified time
    Searched refs:yasm_arch_get_address_size (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 119 /** Module-level implementation of yasm_arch_get_address_size().
120 * Call yasm_arch_get_address_size() instead of calling this function.
282 unsigned int yasm_arch_get_address_size(const yasm_arch *arch);
456 #define yasm_arch_get_address_size(arch) \ macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 103 dbgfmt_dwarf2->sizeof_address = yasm_arch_get_address_size(object->arch)/8;

Completed in 2285 milliseconds