Searched refs:kld_off_pathname (Results 1 – 2 of 2) sorted by relevance
620 const int32_t kld_off_pathname = m_process->ReadSignedIntegerFromMemory( in ReadAllKmods() local640 m_process->ReadPointerFromMemory(current_kld + kld_off_pathname, error); in ReadAllKmods()
80 const int kld_off_pathname = offsetof(struct linker_file, pathname); variable