Searched refs:bit_width_32 (Results 1 – 1 of 1) sorted by relevance
1546 bool bit_width_32 = addr_byte_size == 4; in ParseSymtab() local1547 … const size_t nlist_byte_size = bit_width_32 ? sizeof(struct nlist) : sizeof(struct nlist_64); in ParseSymtab()