HomeSort by: relevance | last modified time | path
    Searched defs:ADDRESS (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_lineno.c 107 uint64_t address, file, line, column, opsize; local
113 address = 0; \
131 ln->ln_addr = address; \
144 #define ADDRESS(x) ((((x) - li->li_opbase) / li->li_lrange) * li->li_minlen)
174 address = dbg->decode(&p, cu->cu_pointer_size);
200 address += _dwarf_decode_uleb128(&p) *
219 address += ADDRESS(255);
222 address += dbg->decode(&p, 2);
243 address += ADDRESS(*p)
811 Dwarf_Unsigned address, file, line, spc; local
    [all...]
  /src/external/gpl2/libmalloc/dist/
malloc.h 22 The author may be reached (Email) at the address mike@ai.mit.edu,
174 /* Address to block number and vice versa. */
176 #define ADDRESS(B) ((__ptr_t) (((B) - 1) * BLOCKSIZE + _heapbase))
198 __ptr_t aligned; /* The address that memaligned returned. */
199 __ptr_t exact; /* The address that malloc returned. */
214 /* Given an address in the middle of a malloc'd object,
215 return the address of the beginning of the object. */
286 /* Allocate SIZE bytes, and store the address in *HANDLEPTR. */
gmalloc.c 28 The author may be reached (Email) at the address mike@ai.mit.edu,
176 /* Address to block number and vice versa. */
178 #define ADDRESS(B) ((__ptr_t) (((B) - 1) * BLOCKSIZE + _heapbase))
200 __ptr_t aligned; /* The address that memaligned returned. */
201 __ptr_t exact; /* The address that malloc returned. */
216 /* Given an address in the middle of a malloc'd object,
217 return the address of the beginning of the object. */
288 /* Allocate SIZE bytes, and store the address in *HANDLEPTR. */
321 The author may be reached (Email) at the address mike@ai.mit.edu,
368 The author may be reached (Email) at the address mike@ai.mit.edu
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetric.h 47 ADDRESS,
121 STATIC = 1, // Type==SIZES, ADDRESS, ONAME
160 return val_spec != NULL || type == DERIVED || type == SIZES || type == ADDRESS;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetric.h 47 ADDRESS,
121 STATIC = 1, // Type==SIZES, ADDRESS, ONAME
160 return val_spec != NULL || type == DERIVED || type == SIZES || type == ADDRESS;
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 265 ADDRESS = 464,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 269 ADDRESS = 464,

Completed in 41 milliseconds