Lines Matching defs:addresses
144 { "numeric-addresses", 'N', NULL, 0,
145 N_("Do not find symbol names for addresses in DWARF data"), 0 },
147 N_("Display just offsets instead of resolving values to addresses in DWARF data"), 0 },
233 /* True if we should print addresses from DWARF in symbolic form. */
236 /* True if we should print raw values instead of relativized addresses. */
4876 /* Turn the addresses into file offsets by using the phdrs. */
5043 _("%s %#" PRIx64 " used with different base addresses"),
5364 printing addresses. If there is no CU with an exact match
5383 /* We will have to assume it is just addresses to the end... */
5404 /* The addresses start here, but where do they end? */
5521 size_t addresses = (next_unitp - readp) / address_size;
5522 while (addresses >= 10)
5525 addresses /= 10;
6782 /* Needed if we find PC-relative addresses. */
9870 /* GNU DebugFission encoded addresses as addrx. */