Searched refs:addrsize (Results 1 - 3 of 3) sorted by relevance
/external/elfutils/libdwfl/ |
H A D | link_map.c | 252 addrsize (uint_fast8_t elfclass) 273 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); 288 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ 565 size_t buffer_available = addrsize (ehdr.e_ident[EI_CLASS]); 250 addrsize (uint_fast8_t elfclass) function
|
/external/elfutils/src/ |
H A D | readelf.c | 3610 unsigned int addrsize, Dwarf_Word len, const unsigned char *data) 3779 if (addrsize == 4) 3783 assert (addrsize == 8); 3786 data += addrsize; 3787 len -= addrsize; 3801 offset += 1 + addrsize; 4178 unsigned int addrsize; member in struct:attrcb_args 4217 char *a = format_dwarf_addr (cbargs->dwflmod, cbargs->addrsize, addr); 4372 cbargs->addrsize, block.length, block.data); 4412 uint8_t addrsize; local 3609 print_ops(Dwfl_Module *dwflmod, Dwarf *dbg, int indent, int indentrest, unsigned int addrsize, Dwarf_Word len, const unsigned char *data) argument 4423 (uint64_t) offset, /*version*/2, abbroffset, addrsize, offsize); local [all...] |
/external/strace/ |
H A D | stream.c | 1156 tprintf("{tidusize=%d, addrsize=%d, ", 1157 udata.tidusize, udata.addrsize);
|
Completed in 87 milliseconds