Searched refs:address_sizep (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 41 Dwarf_Off *abbrev_offsetp, uint8_t *address_sizep, in dwarf_next_unit() argument 48 abbrev_offsetp, address_sizep, offset_sizep, in dwarf_next_unit() 58 Dwarf_Off *abbrev_offsetp, uint8_t *address_sizep, in INTDEF() 280 if (address_sizep != NULL) in INTDEF() 281 *address_sizep = address_size; in INTDEF() 303 uint8_t *address_sizep, uint8_t *offset_sizep) in dwarf_nextcu() argument 306 abbrev_offsetp, address_sizep, offset_sizep, in dwarf_nextcu()
|
D | dwarf_diecu.c | 38 dwarf_diecu (Dwarf_Die *die, Dwarf_Die *result, uint8_t *address_sizep, in dwarf_diecu() argument 46 if (address_sizep != NULL) in dwarf_diecu() 47 *address_sizep = die->cu->address_size; in dwarf_diecu()
|
D | dwarf_cu_die.c | 39 Dwarf_Off *abbrev_offsetp, uint8_t *address_sizep, in dwarf_cu_die() argument 52 if (address_sizep != NULL) in dwarf_cu_die() 53 *address_sizep = cu->address_size; in dwarf_cu_die()
|
D | libdw.h | 275 uint8_t *address_sizep, uint8_t *offset_sizep) 284 uint8_t *address_sizep, uint8_t *offset_sizep, 374 uint8_t *address_sizep, uint8_t *offset_sizep) 400 uint8_t *address_sizep,
|
D | libdwP.h | 608 Dwarf_Off *abbrev_offsetp, uint8_t *address_sizep,
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 275 uint8_t *address_sizep, uint8_t *offset_sizep) 284 uint8_t *address_sizep, uint8_t *offset_sizep, 374 uint8_t *address_sizep, uint8_t *offset_sizep) 400 uint8_t *address_sizep,
|
/external/elfutils/src/ |
D | readelf.c | 4914 uint_fast8_t *address_sizep, uint_fast8_t *offset_sizep, in skip_listptr_hole() argument 4944 if (address_sizep != NULL) in skip_listptr_hole() 4945 *address_sizep = listptr_address_size (p); in skip_listptr_hole()
|