HomeSort by relevance Sort by last modified time
    Searched defs:addend (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
cleanup-stack.c 6 int addend; member in struct:s0
10 *p->var += p->addend;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 60 /// @param pAddend [in] the addend of the relocation entry
74 /// addend - A value
75 Address addend() const function in class:mcld::Relocation
98 /// updateAddend - A relocation with a section symbol must update addend
122 /// m_Addend - the addend
Stub.h 44 SWord addend() const { return m_Addend; } function in class:mcld::Stub::Fixup