HomeSort by relevance Sort by last modified time
    Searched defs:addralign (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 129 uint32_t addralign = config().targets().bitclass() / 8; local
133 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 418 uint32_t addralign = config().targets().bitclass() / 8; local
422 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 407 uint32_t addralign = config().targets().bitclass() / 8; local
413 addralign);
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 246 uint32_t addralign = config().targets().bitclass() / 8; local
252 addralign);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 216 unsigned long addralign = 0; local
234 addralign = yasm_intnum_get_uint(align_intn);
238 if (!is_exp2(addralign)) {
250 0, STV_DEFAULT, *size, &addralign, object);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 587 unsigned long addralign = 0; local
625 addralign = yasm_intnum_get_uint(align_intn);
629 if (!is_exp2(addralign)) {
639 YASM_WRITE_16_L(localbuf, addralign);
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 286 milliseconds