Home | History | Annotate | Download | only in tools

Lines Matching full:address

63  * The number of alignment bits in a page address.
78 * @param {number} start The starting address.
89 * code entry with the specified starting address.
91 * @param {number} from The starting address of the entry being moved.
92 * @param {number} to The destination address.
103 * code entry with the specified starting address.
105 * @param {number} start The starting address of the entry being deleted.
115 * @param {number} start The starting address.
128 * @param {number} start The starting address.
183 * Finds a code entry that contains the specified address. Both static and
186 * @param {number} addr Address.
192 // In this case, the whole library is assigned to this address.
213 * Returns a dynamic code entry using its starting address.
215 * @param {number} addr Address.